[]
        
(Showing Draft Content)

C1.WPF.Pivot.GroupCellEventArgs

GroupCellEventArgs Class

Provides data for Collapsed and Expanded events.

Inheritance
GroupCellEventArgs
Namespace: C1.WPF.Pivot
Assembly: C1.WPF.Pivot.dll
Syntax
public class GroupCellEventArgs : EventArgs

Constructors

Name Description
GroupCellEventArgs(GridCellRange, CollapseExpandAction)

Initializes a new instance of a GroupCellEventArgs.

Properties

Name Description
Action

C1.WPF.Grid.GridPanel thatindicates whether it is row or column to be collapsed/expanded.

CellRange

CellRange affected by the event.