Skip to main content
Tab

TemplateContainerBase.ItemIndex Property

Gets the index of the rendered item object.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public int ItemIndex { get; }

#Property Value

Type Description
Int32

An integer value representing the rendered item object’s index.

See Also