Skip to main content

RibbonState Enum

Lists values that specify the current ribbon state.

Namespace: DevExpress.UI.Xaml.Ribbon

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public enum RibbonState

Members

Name
Normal
Minimized
Hidden

Related API Members

The following properties accept/return RibbonState values:

Remarks

Values listed by this enumeration are used to set the RibbonControlBase.State property.

See Also