Back to Devexpress

IBaseDocumentSelectorProperties Interface

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-customization-db83c5cb.md

latest2.6 KB
Original Source

IBaseDocumentSelectorProperties Interface

Exposes properties that affect the Document Selector.

Namespace : DevExpress.XtraBars.Docking2010.Customization

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public interface IBaseDocumentSelectorProperties :
    IBaseProperties,
    IBaseObject,
    IDisposable,
    IPropertiesProvider,
    ISupportBatchUpdate
vb
Public Interface IBaseDocumentSelectorProperties
    Inherits 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.

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

IBaseDocumentSelectorProperties Members

DevExpress.XtraBars.Docking2010.Customization Namespace