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

RibbonItem<TSettings>.StyleSettings Property

Gets or sets style settings applied to a ribbon item. This is a dependency property.

Namespace: DevExpress.WinUI.Ribbon

Assembly: DevExpress.WinUI.Ribbon.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(null, Handler = "OnStyleSettingsChanged")]
public TSettings StyleSettings { get; set; }

Property Value

Type Description
TSettings

Style settings applied to a ribbon item.

See Also