Skip to content

MediumHalfLargeThirdWidthAttribute class

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

Marks the form field with the "col-md-6 col-lg-4" CSS class, which makes it allocate half of the form row on device widths >= 992px (some desktops), and a 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