Back to Devexpress

WindowsFormsSettings.DefaultRibbonStyle Property

windowsforms-devexpress-dot-xtraeditors-dot-windowsformssettings-7567e268.md

latest1.5 KB
Original Source

WindowsFormsSettings.DefaultRibbonStyle Property

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

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
public static DefaultRibbonControlStyle DefaultRibbonStyle { get; set; }
vb
Public Shared Property DefaultRibbonStyle As DefaultRibbonControlStyle

Property Value

TypeDescription
DevExpress.XtraEditors.DefaultRibbonControlStyle

The RibbonControl‘s default style.

|

Remarks

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

See Also

WindowsFormsSettings Class

WindowsFormsSettings Members

DevExpress.XtraEditors Namespace