Skip to main content
A newer version of this page is available. .
Tab

TitleIndexItem Constructors

Represents an individual data item within the ASPxTitleIndex control.
Name Parameters Description
TitleIndexItem() none Initializes a new instance of the TitleIndexItem class with default settings.
TitleIndexItem(String, String, String) text, navigateUrl, name Initializes a new instance of the TitleIndexItem class with the specified settings.
TitleIndexItem(String, String) text, navigateUrl Initializes a new instance of the TitleIndexItem class specifying its display text and URL.
TitleIndexItem(String) text Initializes a new instance of the TitleIndexItem class using the specified display text.
See Also