Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public int Index { get; }

Property Value

Type Description
Int32

The item’s zero-based visual position.

See Also