Back to Devexpress

DocumentGroup.SelectedDocument Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-tabbed-dot-documentgroup-58d470fb.md

latest1.9 KB
Original Source

DocumentGroup.SelectedDocument Property

Gets the currently selected document.

Namespace : DevExpress.XtraBars.Docking2010.Views.Tabbed

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
Document

A Document object that is the currently selected document.

|

Remarks

Documents within a TabbedView are combined into DocumentGroups. Each group has its own selected document. The SelectedDocument property allows you to get the currently selected document within the group.

See Also

SelectedDocument

SelectedItemIndex

IsSelected

DocumentGroup Class

DocumentGroup Members

DevExpress.XtraBars.Docking2010.Views.Tabbed Namespace