ClassGroupSummaryEvaluationEventArgs
Class
Provides data for the GroupSummaryEvaluate event
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
cs-api-definition
public class GroupSummaryEvaluationEventArgs : EventArgs
Inheritance: objectEventArgsGroupSummaryEvaluationEventArgs
Inherited Members
Constructors
GroupSummaryEvaluationEventArgs(object, DataGroup, string, GridViewSummaryItem, IHierarchicalRow, object)
Initializes a new instance of the GridViewRowEventArgs class.
Declaration
cs-api-definition
public GroupSummaryEvaluationEventArgs(object value, DataGroup group, string formatString, GridViewSummaryItem summaryItem, IHierarchicalRow parent, object context)
Parameters
value
group
formatString
summaryItem
parent
context
Properties
Context
Gets the event sender.
FormatString
Gets or sets the format string
Group
Gets the DataGroup.
Parent
Gets the parent row.
Declaration
cs-api-definition
public IHierarchicalRow Parent { get; }
Property Value
SummaryItem
Gets the GridViewSummaryItem.
Declaration
cs-api-definition
public GridViewSummaryItem SummaryItem { get; }
Property Value