Skip to content

HideLabelAttribute class

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

Sets the label width to "0", e.g. hides the label.

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

Public Members

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

See Also