RibbonControl.GetRibbonStyle() Method
In This Article
Returns the current Ribbon style (see the RibbonControl.RibbonStyle property).
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public RibbonControlStyle GetRibbonStyle()
#Returns
Type | Description |
---|---|
Ribbon |
A Ribbon |
See Also