Skip to main content

Member Table: Add Unbound Data

Member Description
PivotGridFieldBase.FieldName Specifies the name of the field, and must be set to a unique value and not refer to any fields in the pivot grid’s data source.
PivotGridFieldBase.UnboundType This property must be set to an appropriate value, according to the type of data the field is supposed to display (Boolean, DateTime, Decimal, Integer, String or Object). It specifies the data type and binding mode of the field, and should not be set to the UnboundColumnType.Bound value.
PivotGridFieldBase.UnboundExpression Specifies an expression used to evaluate a value for the current field.
ASPxPivotGrid.CustomUnboundFieldData Allows you to provide data for unbound fields.