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

RibbonControl.GetRibbonStyle() Method

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

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[Browsable(false)]
public RibbonControlStyle GetRibbonStyle()

Returns

Type Description
RibbonControlStyle

A RibbonControlStyle enumerator value that is the current Ribbon style.

See Also