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 |
---|---|
IBase |
An IBase |
#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.