Back to Devexpress

RibbonControl.GetRibbonStyle() Method

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-ribboncontrol-99a4569f.md

latest1.5 KB
Original Source

RibbonControl.GetRibbonStyle() Method

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

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public RibbonControlStyle GetRibbonStyle()
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Function GetRibbonStyle As RibbonControlStyle

Returns

TypeDescription
RibbonControlStyle

A RibbonControlStyle enumerator value that is the current Ribbon style.

|

See Also

RibbonStyle

RibbonControl Class

RibbonControl Members

DevExpress.XtraBars.Ribbon Namespace