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

DeleteRecordWindow..::..DeleteAllCheckBox Property

Gets the delete all CheckBox.

Namespace:  RingSoft.DbLookup.Controls.WPF
Assembly:  RingSoft.DbLookup.Controls.WPF (in RingSoft.DbLookup.Controls.WPF.dll)

Syntax


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

Field Value

The delete all CheckBox.