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

DbMaintenanceViewModelBase..::..SaveButtonEnabled Property

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

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

Syntax


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

Field Value

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