Skip to main content

WindowsFormsSettings.DefaultRibbonStyle Property

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

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