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

DXButton.StyleSettings Property

Gets or sets style settings applied to the button. This is a dependency property.

Namespace: DevExpress.WinUI.Core

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

NuGet Package: DevExpress.WinUI

Declaration

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

Property Value

Type Description
DXButtonStyleSettings

Style settings applied to the button.

See Also