Click or drag to resize

IListItem Interface

Represents an item for a Bootstrap list.

Namespace:  Bootstrap.A11y
Assembly:  Bootstrap.A11y (in Bootstrap.A11y.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
C#
public interface IListItem

The IListItem type exposes the following members.

Properties
  NameDescription
Public propertyEnabled
Gets or sets a value indicating whether this IListItem is enabled.
Public propertyNavigateUrl
Gets or sets the navigate URL.
Public propertyText
Gets or sets the text.
Top
See Also