PivotGridCellTemplateItem Properties
Contains data that can be used for data binding of a cell template’s child controls.Name | Description |
---|---|
ColumnField | Gets the innermost column field to which the processed cell corresponds. |
ColumnFieldIndex | Gets the index of the field to which the templated cell belongs. |
ColumnIndex | Gets the visual index of the column that contains the processed cell. |
ColumnValueType | Gets the type of the column which contains the processed cell. |
DataField | Gets the data field that identifies the column to which the processed cell belongs. |
RowField | Gets the innermost row field which corresponds to the processed cell. |
RowFieldIndex | This member supports the .NET Framework infrastructure and cannot be used directly from your code. |
RowIndex | Gets the visual index of the row that contains the processed cell. |
RowValueType | Gets the type of the row which contains the processed cell. |
SummaryValue | Gets the summary value currently being processed. |
Text | Gets the display text of the cell currently being rendered. |
Value | Gets the value of the cell currently being rendered. |
See Also