TitleIndexItem(String, String, String) Constructor
Initializes a new instance of the TitleIndexItem class with the specified settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
text | String | A String value specifying the item’s display text. Initializes the item’s TitleIndexItem.Text property. |
navigateUrl | String | A String value specifying the URL to which the browser navigates when the item is clicked. Initializes the item’s TitleIndexItem.NavigateUrl property. |
name | String | A string value that specifies the item’s unique identifier name. |
See Also