Skip to main content
A newer version of this page is available. .

ItemCheckingEventArgs.Index Property

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

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v19.1.dll

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