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 HasChanges { get; protected set; }
Visual Basic
Public Property HasChanges As Boolean
	Get
	Protected Set
JScript
function get HasChanges () : boolean
protected function set HasChanges (value : boolean)

See Also