TitleIndexItem(String, String) Constructor
Initializes a new instance of the TitleIndexItem class specifying its display text and URL.
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. |
Remarks
Use this constructor to initialize a new instance of a TitleIndexItem class using the settings passed via the parameters.
See Also