Skip to content

MediumQuarterWidthAttribute class

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

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