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

CustomizeTemplatedItemEventArgs.Index Property

Gets the current item’s visual position. For a bound ListBoxControl, this property’s value matches the index of a corresponding record in the data source.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

public int Index { get; }

Property Value

Type Description
Int32

The item’s zero-based visual position.

See Also