Click or drag to resize

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)
Syntax
public bool LabelVisible { get; set; }

Property Value

Type: Boolean
Whether the label is visible.
See Also