PivotGridCellTemplateItem.RowValueType Property
Gets the type of the row which contains the processed cell.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
PivotGridValueType | A PivotGridValueType enumeration value which specifies the type of the row in which the processed cell resides. |
Available values:
Name | Description |
---|---|
Value | Corresponds to a field value. |
Total | Corresponds to an automatic total. |
GrandTotal | Corresponds to a grand total. |
CustomTotal | Corresponds to a custom total. |
Remarks
The RowValueType property can be used to identify whether the processed cell resides within the Grand Total row, Total row, etc.
Related GitHub Examples
The following code snippet (auto-collected from DevExpress Examples) contains a reference to the RowValueType property.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.