Skip to main content

RibbonControlBase.ChangeRibbonViewModeCommand Property

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

Namespace: DevExpress.UI.Xaml.Ribbon

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

NuGet Package: DevExpress.Uwp.Controls

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