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

RibbonState Enum

Lists values that specify the current ribbon state.

Namespace: DevExpress.UI.Xaml.Ribbon

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

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