Specifies if the Grid allows removing a row

Namespace: Ico.Gdx
Assembly: GdxViewControl (in GdxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

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

See Also