Gets or sets a value indicating whether the grid removes selected rows when the user presses DEL key.

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

Syntax

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

Property Value

Type: Boolean
true if grid removes selected rows when the user presses DEL key; otherwise, false.

See Also