Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 912 Bytes

TwoThirdWidthAttribute.md

File metadata and controls

20 lines (14 loc) · 912 Bytes

TwoThirdWidthAttribute class

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

Marks form field with "col-md-8" css class, which makes it allocate two third of form row on device widths >= 992px (e.g. medium desktop)

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

Public Members

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

See Also