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