Back to Devexpress

PivotFieldValueEventArgsBase<T>.ChangeExpandedState() Method

corelibraries-devexpress-dot-xtrapivotgrid-dot-pivotfieldvalueeventargsbase-1-0033f797.md

latest1.3 KB
Original Source

PivotFieldValueEventArgsBase<T>.ChangeExpandedState() Method

Changes the expanded state of the field value currently being processed.

Namespace : DevExpress.XtraPivotGrid

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

NuGet Packages : DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

csharp
public void ChangeExpandedState()
vb
Public Sub ChangeExpandedState

Remarks

If the processed field value is collapsed, calling the ChangeExpandedState method expands this value. Otherwise, if the field value is expanded, the ChangeExpandedState method collapses it.

See Also

PivotFieldValueEventArgsBase<T> Class

PivotFieldValueEventArgsBase<T> Members

DevExpress.XtraPivotGrid Namespace