ASPxClientClickEventArgs.ColumnValueType Property
Gets a column value type.
Declaration
ColumnValueType: string
Property Value
Type |
Description |
string |
A String value that represents a column value type.
|
The ColumnValueType property can return the following values:
- CustomTotal - corresponds to a custom total;
- GrandTotal - corresponds to a grand total;
- Pager - corresponds to the ASPxPivotGrid's pager;
- Total - corresponds to an automatic total;
- Value - corresponds to a field value.
See Also