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

DXDialogWindow.HasFooterButtons Property

Gets whether the current DXDialogWindow has footer buttons. This is a dependency property.

Namespace: DevExpress.Xpf.Core

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

[Browsable(false)]
public bool HasFooterButtons { get; }

Property Value

Type Description
Boolean

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

See Also