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

AdvancedFindViewModel..::..AddColumnCommand Property

Gets or sets the add column command.

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

Syntax


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

Field Value

The add column command.