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