For internal use only. Not for customer use.

Indicates the position of a child object within a parent. This property is only used if the parent of this element is a Grid.

Namespace: Ico.Gwx
Assembly: GwxConfigCore (in GwxConfigCore.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public int ColumnSpan { get; set; }
Visual Basic
Public Property ColumnSpan As Integer
	Get
	Set
JScript
function get ColumnSpan () : int
function set ColumnSpan (value : int)

See Also