ItemCheckingEventArgs.Index Property
In This Article
Gets the index of the item whose checked state is about to be changed.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Property Value
Type | Description |
---|---|
Int32 | The position of the item in the Base |
#Remarks
Use the Index property to address the item via the BaseCheckedListBoxControl.Items collection.
See Also