PivotGridCellTemplateItem Properties
Contains data that can be used for data binding of a cell template’s child controls.
Name | Description |
---|---|
Column |
Gets the innermost column field to which the processed cell corresponds. |
Column |
Gets the index of the field to which the templated cell belongs. |
Column |
Gets the visual index of the column that contains the processed cell. |
Column |
Gets the type of the column which contains the processed cell. |
Data |
Gets the data field that identifies the column to which the processed cell belongs. |
Row |
Gets the innermost row field which corresponds to the processed cell. |
Row |
This member supports the .NET Framework infrastructure and cannot be used directly from your code. |
Row |
Gets the visual index of the row that contains the processed cell. |
Row |
Gets the type of the row which contains the processed cell. |
Summary |
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