Back to Devexpress

DXDialogWindow.CommandButtonStyle Property

wpf-devexpress-dot-xpf-dot-core-dot-dxdialogwindow-9f498bcd.md

latest1.2 KB
Original Source

DXDialogWindow.CommandButtonStyle Property

Gets or sets the style applied to DXDialogWindow‘s footer buttons. This is a dependency property.

Namespace : DevExpress.Xpf.Core

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public Style CommandButtonStyle { get; set; }
vb
Public Property CommandButtonStyle As Style

Property Value

TypeDescription
Style

A System.Windows.Style object that represents the style applied to footer buttons.

|

Remarks

Target Type: System.Windows.Controls.Button.

See Also

DXDialogWindow Class

DXDialogWindow Members

DevExpress.Xpf.Core Namespace