Skip to main content

RibbonControlBase.ChangeRibbonStateCommand Property

Gets the command that changes the current state of the ribbon.

Namespace: DevExpress.UI.Xaml.Ribbon

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public ICommand ChangeRibbonStateCommand { get; }

Property Value

Type Description
ICommand

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

Remarks

The ChangeRibbonStateCommand command accepts a RibbonState enumeration value as the parameter.

See Also