Back to Devexpress

PivotGridField.CollapseValue(Object) Method

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridfield-dot-collapsevalue-x28-system-dot-object-x29.md

latest2.5 KB
Original Source

PivotGridField.CollapseValue(Object) Method

Collapses the column/row that contains the specified value.

Namespace : DevExpress.Xpf.PivotGrid

Assembly : DevExpress.Xpf.PivotGrid.v25.2.dll

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public void CollapseValue(
    object value
)
vb
Public Sub CollapseValue(
    value As Object
)

Parameters

NameTypeDescription
valueObject

An object specifying the value in the grouping column/row which should be collapsed.

|

Remarks

When the current field is placed within the Column Header Area the CollapseValue method collapses the grouping column which corresponds to the current field that contains the specified value.

When the field is placed within the Row Header Area the CollapseValue method collapses the grouping row that contains the specified value.

To collapse all grouping rows/columns which correspond to the current field use the PivotGridField.CollapseAll method.

Grouping rows/columns corresponding to a field can be collapsed and expanded by end-users if the field’s PivotGridField.AllowExpand property is set to True.

See Also

PivotGridField.CollapseAll

ExpandValue(Object)

PivotGridControl.CollapseAll

CollapseAllColumns()

CollapseAllRows()

PivotGridField Class

PivotGridField Members

DevExpress.Xpf.PivotGrid Namespace