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

Namespace: Ico.Awx.DataGrid
Assembly: AwxViewControl (in AwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

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

Inheritance Hierarchy

System..::..Object
  Ico.Awx.DataGrid..::..AwxColumn

See Also