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.WPFAssembly: 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); }