Skip to content

TwoThirdWidthAttribute class

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

Marks the form field with the "col-md-8" CSS class, which makes it allocate two thirds of the 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