Back to Devexpress

Document.IsSelected Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-tabbed-dot-document-bb7ee1f0.md

latest2.1 KB
Original Source

Document.IsSelected Property

Gets whether the current document is selected in the group where it is displayed.

Namespace : DevExpress.XtraBars.Docking2010.Views.Tabbed

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
Boolean

true if the current document is selected within its group; otherwise, false.

|

Remarks

Documents within a TabbedView are combined into groups. Each group has its own selected document. The IsSelected property specifies whether the document is selected.

When you activate a document (move focus to it), it is automatically selected.

See Also

ActivateDocument(Control)

Activate(BaseDocument)

Parent

SelectedDocument

Document Class

Document Members

DevExpress.XtraBars.Docking2010.Views.Tabbed Namespace