Back to Devexpress

PivotTableFieldCellTemplateContext Properties

blazor-devexpress-dot-blazor-dot-pivottable-dot-pivottablefieldcelltemplatecontext-dot-underscore-properties.md

latest1.9 KB
Original Source

PivotTableFieldCellTemplateContext Properties

Stores information about the processed field and is passed as the context parameter to FieldCellTemplate or CellTemplate.

NameDescription
ColumnFieldReturns the column field to which the processed data cell refers.
ColumnIndexReturns the column index.
ColumnValueTypeReturns the column value type.
FieldReturns the processed field.
RowFieldReturns the row field which the processed data cell refers to.
RowIndexReturns the row index.
RowValueTypeReturns the row value type.
TextReturns the cell’s displayed text.
ValueThe data cell’s value.

See Also

PivotTableFieldCellTemplateContext Class

PivotTableFieldCellTemplateContext Members

DevExpress.Blazor.PivotTable Namespace