Gets or sets a value indicating whether a new row should always be added to the end of the grid regardless value in the ListChangedEventArgs.

Namespace: Dapfor.Net.Ui
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
[ObsoleteAttribute]
public bool AddNewRowToEnd { get; set; }
Visual Basic
<ObsoleteAttribute>
Public Property AddNewRowToEnd As Boolean
	Get
	Set
Visual C++
public:
[ObsoleteAttribute]
property bool AddNewRowToEnd {
	bool get ();
	void set (bool value);
}
F#
[<ObsoleteAttribute>]
member AddNewRowToEnd : bool with get, set

Property Value

Type: Boolean
true if a new row is added to the end; otherwise, false.

See Also