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

BarDockingMenuItem.ItemIndex Property

Gets or sets the index of the currently active document.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[Browsable(false)]
public override int ItemIndex { get; set; }

Property Value

Type Description
Int32

An integer value that is the index of the currently active document.

Remarks

A link corresponding to the active document is marked with a check mark if the BarDockingMenuItem.ShowChecks property is enabled.

See Also