MediumQuarterWidthAttribute class
namespace: Serenity.ComponentModel assembly: Serenity.Net.Core
Marks the form field with the "col-md-3" CSS class, which makes it allocate a quarter on device widths >= 992px (some desktops).
[AttributeUsage(AttributeTargets.All)]
public class MediumQuarterWidthAttribute : FormWidthAttribute
Public Members
| name | description |
|---|---|
| MediumQuarterWidthAttribute() | Initializes a new instance of the MediumQuarterWidthAttribute class. |
See Also
- class FormWidthAttribute
- Source: MediumQuarterWidthAttribute.cs