Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 937 Bytes

MediumQuarterWidthAttribute.md

File metadata and controls

20 lines (14 loc) · 937 Bytes

MediumQuarterWidthAttribute class

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

Marks form field with "col-md-3" css class, which makes it allocate quarter on device widths >= 992px (some desktops)

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

Public Members

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

See Also