Skip to main content

TabbedWindowDocumentUIService.WindowClosingCommand Property

The command that is called when a document is closed. This is a dependency property.

Namespace: DevExpress.Xpf.Core

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public ICommand WindowClosingCommand { get; set; }

Property Value

Type Description
ICommand

An object implementing the System.Windows.Input.ICommand interface.

See Also