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

TabbedView.ShowDocumentSelectorMenuOnCtrlAltDownArrow Property

Gets or sets whether an end-user can invoke the Document Selector Menu via the Ctrl+Alt+Down shortcut.

Namespace: DevExpress.XtraBars.Docking2010.Views.Tabbed

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[DefaultValue(DefaultBoolean.Default)]
public DefaultBoolean ShowDocumentSelectorMenuOnCtrlAltDownArrow { get; set; }

Property Value

Type Default Description
DefaultBoolean **Default**

A DefaultBoolean enumerator value that specifies whether an end-user can invoke the Document Selector Menu via the Ctrl+Alt+Down shortcut.

Available values:

Name Description
True

Corresponds to a Boolean value of true.

False

Corresponds to a Boolean value of false.

Default

The value is determined by the current object’s parent object setting (e.g., a control setting).

Remarks

To invoke the Document Selector Menu in code, use the ITabbedViewController.ShowDocumentSelectorMenu method. See this link to learn more.

See Also