BarDockingMenuItem.ItemIndex Property
Gets or sets the index of the currently active document.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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