Skip to content

ThreeQuarterWidthAttribute class

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

Marks the form field with the "col-lg-9" CSS class, which makes it allocate three quarters on device widths >= 1200px.

[AttributeUsage(AttributeTargets.All)]
public class ThreeQuarterWidthAttribute : FormWidthAttribute

Public Members

name description
ThreeQuarterWidthAttribute() Initializes a new instance of the ThreeQuarterWidthAttribute class.

See Also