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

DbMaintenanceViewModelBase..::..DeleteButtonEnabled Property

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

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

Syntax


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

Field Value

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