Skip to main content
A newer version of this page is available. .
Tab

TitleIndexItemTemplateContainer.Item Property

Gets a data item for which the template’s content is being instantiated.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public TitleIndexItem Item { get; }

Property Value

Type Description
TitleIndexItem

A TitleIndexItem object representing the item being rendered.

Remarks

Use the Item property to obtain the item for which the template’s content is currently being rendered. You can use properties of the returned TitleIndexItem object to obtain certain values needed to bind the properties of the controls composing your template.

See Also