Skip to main content
Tab

TitleIndexItemTemplateContainer(TitleIndexItem) Constructor

Initializes a new instance of the TitleIndexItemTemplateContainer class with the specified setting.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public TitleIndexItemTemplateContainer(
    TitleIndexItem item
)

Parameters

Name Type Description
item TitleIndexItem

A TitleIndexItem object specifying the item which the current object belongs to.

Remarks

This constructor is used to create a new TitleIndexItemTemplateContainer class instance and initialize its TitleIndexItemTemplateContainer.Item property with the specified value.

See Also