FullWidthAttribute class

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

Set form field width class to null, e.g. full width

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

Public Members

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

See Also