Skip to content

ResetLabelWidthAttribute class

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

Resets the form label width to null. It may be used to cancel a prior LabelWidth attribute with UntilNext = true.

[AttributeUsage(AttributeTargets.All)]
public class ResetLabelWidthAttribute : LabelWidthAttribute

Public Members

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

See Also