FormGroupLabelVisible Property
|
Gets or sets whether the label is visible. If false, will still be rendered to screen readers.
Namespace:
Bootstrap.A11y
Assembly:
Bootstrap.A11y (in Bootstrap.A11y.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic bool LabelVisible { get; set; }<asp:FormGroup LabelVisible="True|False" />
Property Value
Type:
Boolean
Whether the label is visible.
See Also