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

LookupControl..::..Command Property

Gets or sets the LookupCommand which is used by view models to tell this control to either refresh, clear etc.

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

Syntax


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

Field Value

The command.