Contains all the GdxColumn defined in the grid

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

Syntax

C#
public ColumnCollection Columns { get; private set; }
Visual Basic
Public Property Columns As ColumnCollection
	Get
	Private Set
JScript
function get Columns () : ColumnCollection
private function set Columns (value : ColumnCollection)

Remarks

The columns are automatically created once the grid is loaded, depending on the subscription. It's possible to customize the columns ONLY after the grid is loaded. The column collection is read only.

Exceptions

ExceptionCondition
System..::..InvalidOperationExceptionManually adding and removing columns will cause an exception

See Also