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