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

RibbonControlBase.ChangeRibbonViewModeCommand Property

Gets the command that changes the ribbon’s view mode.

Namespace: DevExpress.UI.Xaml.Ribbon

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

Declaration

public ICommand ChangeRibbonViewModeCommand { get; }

Property Value

Type Description
ICommand

An object implementing the Windows.UI.Xaml.Input.ICommand interface.

Remarks

The ChangeRibbonViewModeCommand command accepts a RibbonViewMode enumeration value as the parameter.

See Also