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

BarDockingMenuItem.DataIndex Property

This property is synchronized with the BarDockingMenuItem.ItemIndex property.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[DefaultValue(-1)]
public override int DataIndex { get; set; }

Property Value

Type Default Description
Int32 -1

The value of the BarDockingMenuItem.ItemIndex property.

See Also