RingSoft.DataEntryControls.Engine.Annotations Namespace
RingSoft.DataEntryControls.WPF Namespace

IDataEntryGrid..::..DataEntryCanUserAddRows Property

Gets or sets a value indicating whether [data entry can user add rows].

Namespace:  RingSoft.DataEntryControls.Engine.DataEntryGrid
Assembly:  RingSoft.DataEntryControls.Engine (in RingSoft.DataEntryControls.Engine.dll)

Syntax


bool DataEntryCanUserAddRows { get; set; }
Property DataEntryCanUserAddRows As Boolean
	Get
	Set
property bool^ DataEntryCanUserAddRows {
	bool^ get ();
	void set (bool^ value);
}

Field Value

true if [data entry can user add rows]; otherwise, false.