Gets a value that indicates whether the column holds a value whose size is determined by the size properties of the content object.

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

Syntax

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

See Also