Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1.05 KB

MediumHalfLargeQuarterWidthAttribute.md

File metadata and controls

20 lines (14 loc) · 1.05 KB

MediumHalfLargeQuarterWidthAttribute class

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

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

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

Public Members

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

See Also