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

ControlPaneShowMode Enum

Lists values that specify whether the control pane content is displayed inline or in a flyout.

Namespace: DevExpress.UI.Xaml.Ribbon

Assembly: DevExpress.UI.Xaml.Ribbon.v18.2.dll

Declaration

public enum ControlPaneShowMode

Members

Name Description
Inline

The control pane content is displayed inline.

Flyout

The control pane content is displayed in a flyout.

Related API Members

The following properties accept/return ControlPaneShowMode values:

Remarks

The values listed by this enumeration are used to set the BackstageTabItem.ControlPaneShowMode property’s value.

See Also