Skip to main content

DXDialogWindow.HasFooterButtons Property

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

Namespace: DevExpress.Xpf.Core

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

NuGet Package: 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