Skip to main content

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.v23.2.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