Skip to main content
Bar

BarDockingMenuItem.ItemIndex Property

Gets or sets the index of the currently active document.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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