Skip to main content

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