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

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.v18.2.dll

Declaration

public ICommand WindowClosingCommand { get; set; }

Property Value

Type Description
ICommand

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

See Also