ResetFormWidthAttribute class

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

Resets form field width to null. It maybe used to cancel UntilNext flag of a prior width attribute.

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

Public Members

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

See Also