windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-customization-db83c5cb.md
Exposes properties that affect the Document Selector.
Namespace : DevExpress.XtraBars.Docking2010.Customization
Assembly : DevExpress.XtraBars.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
public interface IBaseDocumentSelectorProperties :
IBaseProperties,
IBaseObject,
IDisposable,
IPropertiesProvider,
ISupportBatchUpdate
Public Interface IBaseDocumentSelectorProperties
Inherits IBaseProperties,
IBaseObject,
IDisposable,
IPropertiesProvider,
ISupportBatchUpdate
The following members return IBaseDocumentSelectorProperties objects:
The Document Selector dialog allows end-users to switch between Documents and dock panels by the following hot-keys:
The IBaseDocumentSelectorProperties interface provides settings that allow you to customize the dialog and change the item (and navigation) order. To access these settings, use the BaseView.DocumentSelectorProperties property.
The Document Selector is not available in the WindowsUI View.
See Also