Click or drag to resize

ListHeader Constructor (String)

Initializes a new instance of the ListHeader class.

Namespace:  Bootstrap.A11y
Assembly:  Bootstrap.A11y (in Bootstrap.A11y.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
C#
public ListHeader(
	string Text
)

Parameters

Text
Type: SystemString
The text.
See Also