WindowsFormsSettings.DefaultRibbonStyle Property
Gets or sets the default style for all RibbonControls in the application.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Utils.v25.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
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