Back to Devexpress

DocumentGroup.SelectedItemIndex Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-tabbed-dot-documentgroup-8aa4f967.md

latest2.2 KB
Original Source

DocumentGroup.SelectedItemIndex Property

Gets the index of the currently selected document within the DocumentGroup.Items collection.

Namespace : DevExpress.XtraBars.Docking2010.Views.Tabbed

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public int SelectedItemIndex { get; }
vb
<Browsable(False)>
Public ReadOnly Property SelectedItemIndex As Integer

Property Value

TypeDescription
Int32

An integer value that specifies the index of the currently selected document within the DocumentGroup.Items collection.

|

Remarks

Documents within a TabbedView are combined into DocumentGroups. Each group has its own selected document. The SelectedItemIndex property returns the index of the currently selected document within the DocumentGroup.Items collection.

To get the currently selected document, see DocumentGroup.SelectedDocument.

See Also

SelectedDocument

SelectedItemIndex

IsSelected

DocumentGroup Class

DocumentGroup Members

DevExpress.XtraBars.Docking2010.Views.Tabbed Namespace