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.v19.1.dll

Declaration

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

Property Value

Type Default Description
Int32 -1

The value of the BarDockingMenuItem.ItemIndex property.

See Also