PivotGridControl.IsObjectCollapsed(Boolean, Int32, Int32) Method
In This Article
Returns whether the specified column field value or row field value is collapsed.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.2.dll
NuGet Package: DevExpress.Win.PivotGrid
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
is |
Boolean | true if the field value corresponds to a column field; false if the field value corresponds to a row field. |
last |
Int32 | A zero-based index of a cell that identifies the required field value. Indices are numbered starting from the left for column fields, and from the top for row fields. |
level | Int32 | An integer value that specifies the nesting level of the field value. |
#Returns
Type | Description |
---|---|
Boolean | true if the specified column field value or row field value is collapsed; otherwise, false. |
See Also