Back to Devexpress

CustomizeTemplatedItemEventArgs.Index Property

windowsforms-devexpress-dot-xtraeditors-dot-customizetemplateditemeventargs-1428893c.md

latest1.2 KB
Original Source

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

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public int Index { get; }
vb
Public ReadOnly Property Index As Integer

Property Value

TypeDescription
Int32

The item’s zero-based visual position.

|

See Also

CustomizeTemplatedItemEventArgs Class

CustomizeTemplatedItemEventArgs Members

DevExpress.XtraEditors Namespace