Back to Devexpress

BaseView.IsDocumentSelectorVisible Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-baseview-00875c36.md

latest2.0 KB
Original Source

BaseView.IsDocumentSelectorVisible Property

Gets if a document selector for this BaseView is currently visible.

Namespace : DevExpress.XtraBars.Docking2010.Views

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
Boolean

true if a document selector is currently visible; otherwise, false.

|

Remarks

Use the BaseView.UseDocumentSelector property to enable/disable using a document selector at runtime. You can also display a document selector button via the IDocumentGroupDefaultProperties.ShowDocumentSelectorButton property.

See Also

UseDocumentSelector

ShowDocumentSelectorButton

BaseView Class

BaseView Members

DevExpress.XtraBars.Docking2010.Views Namespace