Property ColumnSpan
ColumnSpan
Gets or sets a value that indicates the total number of columns this control's content spans within a container.
[Browsable(false)]
public virtual int ColumnSpan { get; set; }
Property Value
Remarks
Currently this property works only in Grid container.