Skip to main content
A newer version of this page is available. .

IBaseDocumentSelectorProperties Interface

Exposes properties that affect the Document Selector.

Namespace: DevExpress.XtraBars.Docking2010.Customization

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

public interface IBaseDocumentSelectorProperties :
    IBaseProperties,
    IBaseObject,
    IDisposable,
    IPropertiesProvider,
    ISupportBatchUpdate

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.

Document Manager - Document Selector

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