RingSoft.DbLookup Namespace
RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

ListWindowViewModel..::..CloseCommand Property

Gets the close command.

Namespace:  RingSoft.DbLookup
Assembly:  RingSoft.DbLookup (in RingSoft.DbLookup.dll)

Syntax


public RelayCommand CloseCommand { get; set; }
Public Property CloseCommand As RelayCommand
	Get
	Set
public:
property RelayCommand^ CloseCommand {
	RelayCommand^ get ();
	void set (RelayCommand^ value);
}

Field Value

The close command.