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

WindowsFormsSettings.DefaultRibbonStyle Property

Gets or sets the default style for all RibbonControls in the application.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v19.2.dll

Declaration

public static DefaultRibbonControlStyle DefaultRibbonStyle { get; set; }

Property Value

Type Description
DevExpress.XtraEditors.DefaultRibbonControlStyle

The RibbonControl‘s default style.

Remarks

To override this setting for an individual RibbonControl, use the RibbonControl.RibbonStyle property.

See Also