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