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

DbMaintenanceViewModelBase..::..NewButtonEnabled Property

Gets or sets a value indicating whether the New button is enabled.

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

Syntax


public bool NewButtonEnabled { get; set; }
Public Property NewButtonEnabled As Boolean
	Get
	Set
public:
property bool^ NewButtonEnabled {
	bool^ get ();
	void set (bool^ value);
}

Field Value

true if the new button is enabled; otherwise, false.