RibbonControlBase.State Property
In This Article
Gets or sets whether a ribbon is collapsed. This is a dependency property.
Namespace: DevExpress.UI.Xaml.Ribbon
Assembly: DevExpress.UI.Xaml.Ribbon.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
public RibbonState State { get; set; }
#Property Value
Type | Description |
---|---|
Ribbon |
A Ribbon |
Available values:
Name |
---|
Normal |
Minimized |
Hidden |
Footer |
#Remarks
Use the State property to control the ribbon’s expansion state.
See Also