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

Declaration

[DefaultValue(-1)]
[Browsable(false)]
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