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