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.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
ICommand | An object implementing the System.Windows.Input.ICommand interface. |
See Also