Contains all the AwxListField defined in the grid

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

Syntax

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

Remarks

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

Exceptions

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

See Also