Skip to content

MediumThirdLargeQuarterWidthAttribute class

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

Marks the form field with the "col-md-4 col-lg-3" CSS class, which makes it allocate a third of the form row on device widths >= 992px (some desktops), and a quarter on device widths >= 1200px.

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

Public Members

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

See Also