Gets or sets a value indicating whether the user can remove.

Namespace: Ico.WPF.Specialized.DataGridControl.ViewModel
Assembly: IcoWPFSpecialized (in IcoWPFSpecialized.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public bool CanRemove { get; set; }
Visual Basic
Public Property CanRemove As Boolean
	Get
	Set
JScript
function get CanRemove () : boolean
function set CanRemove (value : boolean)

Field Value

true if the user can remove; otherwise, false.

See Also