Defines a column of the GdxGridView. This object contains all the UI properties of the column, such as the index or the width...

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

Syntax

C#
public sealed class GdxColumn : ICloneable, 
	INotifyPropertyChanged
Visual Basic
Public NotInheritable Class GdxColumn _
	Implements ICloneable, INotifyPropertyChanged
JScript
public final class GdxColumn implements ICloneable, INotifyPropertyChanged

Inheritance Hierarchy

System..::..Object
  Ico.Gdx..::..GdxColumn

See Also