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.
|
Data
|
System.
|
Grid
|
IHierarchical
|
System.
|
Properties
Context
Gets the event sender.
Declaration
public object Context { get; }
Property Value
System.
|
FormatString
Gets or sets the format string
Declaration
public string FormatString { get; set; }
Property Value
System.
|
Group
Parent
Gets the parent row.
Declaration
public IHierarchicalRow Parent { get; }
Property Value
SummaryItem
Gets the GridViewSummaryItem.
Declaration
public GridViewSummaryItem SummaryItem { get; }
Property Value
Value
Gets or sets the group summary value
Declaration
public object Value { get; set; }
Property Value
System.
|