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

UICommand.AllowCloseWindow Property

Gets or sets a value that indicates whether the dialog button is the close button.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v21.1.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Uwp.Controls, DevExpress.Win.Design, DevExpress.WinUI

Declaration

public bool AllowCloseWindow { get; set; }

Property Value

Type Description
Boolean

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

See Also