Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

GroupChangedEventArgs.ChangeType Property

Gets a value that indicates what caused the group to change.

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Package: DevExpress.Wpf.PivotGrid

#Declaration

public GroupChangeType ChangeType { get; }

#Property Value

Type Description
GroupChangeType

A GroupChangeType enumeration member that specifies what caused the group to change.

Available values:

Name Description
InternalChange

The group has been changed for other reasons (caption change, fields reordering, etc.).

FieldExpandCollapse

The group has been changed as a result of a field header expand/collapse.

#Remarks

The ChangeType property returns GroupChangeType.FieldExpandCollapse if the group has been changed by expanding or collapsing a field header. Otherwise, the ChangeType property returns GroupChangeType.InternalChange.

See Also