Skip to content

ResetFormWidthAttribute class

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

Resets the form field width to null. It may be used to cancel the 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