Skip to main content

RibbonControlBase.State Property

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
RibbonState

A RibbonState enumeration value that specifies the ribbon’s expansion state.

Available values:

Name
Normal
Minimized
Hidden
Footer

Remarks

Use the State property to control the ribbon’s expansion state.

See Also