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

IBaseDocumentSelectorProperties Interface

Exposes properties that affect the Document Selector.

Namespace: DevExpress.XtraBars.Docking2010.Customization

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#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