Back to Devexpress

Member Table: Add Unbound Data

aspnet-7283-components-pivot-grid-member-tables-data-exchange-member-table-add-unbound-data.md

latest1.1 KB
Original Source

Member Table: Add Unbound Data

  • Dec 17, 2020
MemberDescription
PivotGridFieldBase.FieldNameSpecifies 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.UnboundTypeThis 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.UnboundExpressionSpecifies an expression used to evaluate a value for the current field.
ASPxPivotGrid.CustomUnboundFieldDataAllows you to provide data for unbound fields.