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

ThemedWindowDialogButton.AllowCloseWindow Property

Gets or sets a value that indicates whether the dialog button closes the current dialog.

Namespace: DevExpress.Xpf.Core

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

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

Declaration

public bool AllowCloseWindow { get; set; }

Property Value

Type Description
Boolean

true, if the button closes the current dialog; otherwise, false.

See Also