Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public IBaseDocumentSelectorProperties DocumentSelectorProperties { get; }

Property Value

Type Description
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