Provides data for the GroupSummaryEvaluate event
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
C#
public class GroupSummaryEvaluationEventArgs : EventArgs
Inheritance: objectEventArgsGroupSummaryEvaluationEventArgs
Inherited Members
Constructors
Initializes a new instance of the GridViewRowEventArgs class.
C#
public GroupSummaryEvaluationEventArgs(object value, DataGroup group, string formatString, GridViewSummaryItem summaryItem, IHierarchicalRow parent, object context)
Properties
Gets or sets the format string
C#
public string FormatString { get; set; }
Gets the parent row.
C#
public IHierarchicalRow Parent { get; }
Gets the GridViewSummaryItem.
C#
public GridViewSummaryItem SummaryItem { get; }