Back to Devexpress

BaseView.DocumentSelectorProperties Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-baseview-95594c8b.md

latest2.6 KB
Original Source

BaseView.DocumentSelectorProperties Property

Provides access to appearance settings used for a Document Selector within the current view.

Namespace : DevExpress.XtraBars.Docking2010.Views

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public IBaseDocumentSelectorProperties DocumentSelectorProperties { get; }
vb
<XtraSerializableProperty(XtraSerializationVisibility.Content)>
Public ReadOnly Property DocumentSelectorProperties As IBaseDocumentSelectorProperties

Property Value

TypeDescription
IBaseDocumentSelectorProperties

An IBaseDocumentSelectorProperties object containing appearance settings used for a Document Selector within the current view.

|

Remarks

A Document Selector is a tool designed for easy navigation through a DocumentManager‘s documents and DockManager‘s panels. You can specify if a Document Selector is used within the current view via the BaseView.UseDocumentSelector property. The DocumentSelectorProperties provides access to the document selector’s options. See the Document Selector topic to learn more.

See Also

UseDocumentSelector

Document Selector

BaseView Class

BaseView Members

DevExpress.XtraBars.Docking2010.Views Namespace