MediumHalfWidthAttribute class

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

Marks form field with "col-md-6" css class, which makes it allocate half of 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