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

Namespace: Dapfor.Wpf.Controls
Assembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)

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