MediumQuarterWidthAttribute class

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

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