Skip to main content

TcxCustomPivotGrid.CreateField Method

Creates a new field.

Declaration

function CreateField: TcxPivotGridField; virtual;

Returns

Type
TcxPivotGridField

Remarks

Use the CreateField method to initialize a blank field to be used, for example, as a custom field.

See Also