Specifies if the Grid allows adding a new row

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

Syntax

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

See Also