Back to Devexpress

ItemCheckingEventArgs.Index Property

windowsforms-devexpress-dot-xtraeditors-dot-controls-dot-itemcheckingeventargs.md

latest1.4 KB
Original Source

ItemCheckingEventArgs.Index Property

Gets the index of the item whose checked state is about to be changed.

Namespace : DevExpress.XtraEditors.Controls

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
Int32

The position of the item in the BaseCheckedListBoxControl.Items collection.

|

Remarks

Use the Index property to address the item via the BaseCheckedListBoxControl.Items collection.

See Also

ItemCheckingEventArgs Class

ItemCheckingEventArgs Members

DevExpress.XtraEditors.Controls Namespace