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

BarMdiChildrenListItem.DataIndex Property

Specifies the index of the selected item in a list.

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 selected item index.

Remarks

Use this property to select a list item at runtime. The index is zero-based. The default value means that no item is selected.

See Also