Class LabelModeAttribute
Inheritance
System.Object
LabelModeAttribute
Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke.dll
Syntax
public sealed class LabelModeAttribute : Attribute
Constructors
| Improve this Doc View SourceLabelModeAttribute(LabelMode)
Initializes a new instance of the LabelModeAttribute class.
Declaration
public LabelModeAttribute(LabelMode mode)
Parameters
Type | Name | Description |
---|---|---|
LabelMode | mode | The label mode to apply to the associated property. |
Properties
| Improve this Doc View SourceMode
Declaration
public LabelMode Mode { get; }
Property Value
Type | Description |
---|---|
LabelMode |