MediumThirdLargeQuarterWidthAttribute class

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

Marks form field with "col-md-4 col-lg-3" css class, which makes it allocate third of form row on device widths >= 992px (some desktop), and 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