GroupChangedEventArgs.ChangeType Property
In This Article
Gets a value that indicates what caused the group to change.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Group |
A Group |
#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