Click or drag to resize

AbstractViewContentCloseCommand Property

Gets the command that closes the view content.

Namespace: Altaxo.Gui.Workbench
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public ICommand CloseCommand { get; }

Property Value

ICommand

Implements

IViewContentCloseCommand
See Also