Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.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