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

DeleteRecordViewModel..::..OkCommand Property

Gets or sets the ok command.

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

Syntax


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

Field Value

The ok command.