Skip to main content
Tab

TitleIndexItem(String, String, String) Constructor

Initializes a new instance of the TitleIndexItem class with the specified settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public TitleIndexItem(
    string text,
    string navigateUrl,
    string name
)

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