Back to Devexpress

DXDialogWindow.HasFooterButtons Property

wpf-devexpress-dot-xpf-dot-core-dot-dxdialogwindow-16576b7b.md

latest1.2 KB
Original Source

DXDialogWindow.HasFooterButtons Property

Gets whether the current DXDialogWindow has 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
[Browsable(false)]
public bool HasFooterButtons { get; }
vb
<Browsable(False)>
Public ReadOnly Property HasFooterButtons As Boolean

Property Value

TypeDescription
Boolean

true, if the DXDialogWindow has footer buttons; otherwise, false.

|

See Also

DXDialogWindow Class

DXDialogWindow Members

DevExpress.Xpf.Core Namespace