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

LookupDataChangedArgs..::..CountingRecords Property

Gets a value indicating whether records are being counted.

Namespace:  RingSoft.DbLookup.Lookup
Assembly:  RingSoft.DbLookup (in RingSoft.DbLookup.dll)

Syntax


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

Field Value

true if counting records; otherwise, false.