Skip to main content
Bar

BarDockingMenuItem.DataIndex Property

This property is synchronized with the BarDockingMenuItem.ItemIndex property.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: 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