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