ThreeQuarterWidthAttribute class

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

Marks form field with "col-lg-9" css class, which makes it allocate three quarter 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