Skip to content

OneThirdWidthAttribute class

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

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