ASPxPivotGrid.ExpandValue(Boolean, Object[]) Method
In This Article
Expands the specified column or row.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
is |
Boolean | true to expand a column; false to expand a row. |
values | Object[] | An array of values that identifies the column/row to be expanded. |
#Remarks
The image below shows a pivot grid control with indexed column field values:
The following table lists the examples of using the ExpandValue method:
The Expand |
The index of the expanded field value cell |
---|---|
ASPx |
2 |
ASPx |
3 |
ASPx |
5 |
Row field values are identified in the same manner as column field values.
To collapse a particular column/row, use the ASPxPivotGrid.CollapseValue method.
See Also