MediumHalfLargeThirdWidthAttribute class

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

Marks form field with "col-md-6 col-lg-4" css class, which makes it allocate half of form row on device widths >= 992px (some desktop), and third on device widths >= 1200px

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

Public Members

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

See Also