DXButton.StyleSettings Property
In This Article
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 |
---|---|
DXButton |
Style settings applied to the button. |
See Also