Skip to main content
Tab

TitleIndexItem(String) Constructor

Initializes a new instance of the TitleIndexItem class using the specified display text.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public TitleIndexItem(
    string text
)

Parameters

Name Type Description
text String

A String value specifying the item’s display text. Initializes the item’s TitleIndexItem.Text property.

See Also