Skip to main content

RibbonControl.GetRibbonStyle() Method

Returns the current Ribbon style (see the RibbonControl.RibbonStyle property).

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.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