Back to Devexpress

GroupChangedEventArgs.ChangeType Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-groupchangedeventargs.md

latest1.8 KB
Original Source

GroupChangedEventArgs.ChangeType Property

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

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public GroupChangeType ChangeType { get; }
vb
Public ReadOnly Property ChangeType As GroupChangeType

Property Value

TypeDescription
GroupChangeType

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

|

Available values:

NameDescription
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

GroupChangedEventArgs Class

GroupChangedEventArgs Members

DevExpress.Xpf.PivotGrid Namespace