RibbonControlBase.ChangeRibbonStateCommand Property
In This Article
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
#Property Value
Type | Description |
---|---|
ICommand | An object implementing the Windows. |
#Remarks
The ChangeRibbonStateCommand command accepts a RibbonState enumeration value as the parameter.
See Also