Skip to main content

ItemCheckingEventArgs.Index Property

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

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public int Index { get; protected set; }

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