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

RibbonControlBase.ChangeRibbonStateCommand Property

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

Namespace: DevExpress.UI.Xaml.Ribbon

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

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