IBaseDocumentSelectorProperties Interface
Exposes properties that affect the Document Selector.
Namespace: DevExpress.XtraBars.Docking2010.Customization
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
public interface IBaseDocumentSelectorProperties :
IBaseProperties,
IBaseObject,
IDisposable,
IPropertiesProvider,
ISupportBatchUpdate
Related API Members
The following members return IBaseDocumentSelectorProperties objects:
Remarks
The Document Selector dialog allows end-users to switch between Documents and dock panels by the following hot-keys:
- Left and Right arrows - toggle between Documents and panels;
- Ctrl + Tab - switch to the previously selected document (hold Ctrl and press Tab repeatedly to navigate to previously active documents);
- Ctrl + Shift + Tab - navigates through items in the opposite direction.
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