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

TabbedWindowDocumentUIService.SingleWindowClosingCommand Property

Gets or sets the command to invoke when a single window is about to be closed. 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

public ICommand SingleWindowClosingCommand { get; set; }

Property Value

Type Description
ICommand

An System.Windows.Input.ICommand descendant.

See Also