Skip to main content
Tab

TitleIndexItemCollection(ASPxTitleIndex) Constructor

Initializes a new instance of the TitleIndexItemCollection class specifying its owner.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public TitleIndexItemCollection(
    ASPxTitleIndex titleIndex
)

Parameters

Name Type Description
titleIndex ASPxTitleIndex

A ASPxTitleIndex object specifying the control that will own the collection.

See Also