New to Telerik UI for WinFormsStart a free 30-day trial

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 EventArgs.Empty

Constructors

Initializes a new instance of the GridViewRowEventArgs class.

C#
public GroupSummaryEvaluationEventArgs(object value, DataGroup group, string formatString, GridViewSummaryItem summaryItem, IHierarchicalRow parent, object context)
Parameters:valueobjectgroupDataGroupformatStringstringsummaryItemGridViewSummaryItemparentIHierarchicalRowcontextobject

Properties

Gets the event sender.

C#
public object Context { get; }

Gets or sets the format string

C#
public string FormatString { get; set; }

Gets the DataGroup.

C#
public DataGroup Group { get; }

Gets the parent row.

C#
public IHierarchicalRow Parent { get; }

Gets the GridViewSummaryItem.

C#
public GridViewSummaryItem SummaryItem { get; }

Gets or sets the group summary value

C#
public object Value { get; set; }