Skip to main content

ASPxClientClickEventArgs.RowValueType Property

Gets a row value type.

Declaration

RowValueType: string

Property Value

Type Description
string

A String value that represents a row value type.

Remarks

The RowValueType 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