ItemCheckingEventArgs.Index Property
Gets the index of the item whose checked state is about to be changed.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v21.1.dll
NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
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