FlexSheet for WPF | ComponentOne
C1.WPF.FlexGrid Namespace / CustomAggregateEventArgs Class
Properties


In This Topic
    CustomAggregateEventArgs Class Members
    In This Topic

    The following tables list the members exposed by CustomAggregateEventArgs.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of a CustomAggregateEventArgs.  
    Top
    Public Properties
     NameDescription
    Public Property (Inherited from System.ComponentModel.CancelEventArgs)
    Public PropertyCellRange affected by the event. (Inherited from C1.WPF.FlexGrid.CellRangeEventArgs)
    Public PropertyCellType of the range affected by the event. (Inherited from C1.WPF.FlexGrid.CellRangeEventArgs)
    Public PropertyIndex of the column affected by the event. (Inherited from C1.WPF.FlexGrid.CellRangeEventArgs)
    Public PropertyGridPanel that contains the range affected by the event. (Inherited from C1.WPF.FlexGrid.CellRangeEventArgs)
    Public PropertyGets or sets the custom aggregate calculated over the range.  
    Public PropertyIndex of the row affected by the event. (Inherited from C1.WPF.FlexGrid.CellRangeEventArgs)
    Top
    See Also