ApplicationMenu.RibbonStyle Property
In This Article
Gets the ApplicationMenu's paint style. This is a dependency property.
Namespace: DevExpress.Xpf.Ribbon
Assembly: DevExpress.Xpf.Ribbon.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Ribbon |
A Ribbon |
#Remarks
The ApplicationMenu is painted according to the RibbonControl's paint style, specified by the RibbonControl.RibbonStyle property. The RibbonStyle property returns the value of the RibbonControl.RibbonStyle property.
See Also