Back to Devexpress

UICommand.AllowCloseWindow Property

corelibraries-devexpress-dot-mvvm-dot-uicommand-62e737bc.md

latest1.1 KB
Original Source

UICommand.AllowCloseWindow Property

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

Namespace : DevExpress.Mvvm

Assembly : DevExpress.Mvvm.v25.2.dll

NuGet Packages : DevExpress.Mvvm, DevExpress.Win.Navigation

Declaration

csharp
public bool AllowCloseWindow { get; set; }
vb
Public Property AllowCloseWindow As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

UICommand Class

UICommand Members

DevExpress.Mvvm Namespace