OneThirdWidthAttribute class

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

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

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

Public Members

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

See Also