Class
GroupSummaryEvaluationEventArgs

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

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

object

group

DataGroup

formatString

string

summaryItem

GridViewSummaryItem

parent

IHierarchicalRow

context

object

Properties

Context

Gets the event sender.

Declaration

cs-api-definition
public object Context { get; }

Property Value

object

FormatString

Gets or sets the format string

Declaration

cs-api-definition
public string FormatString { get; set; }

Property Value

string

Group

Gets the DataGroup.

Declaration

cs-api-definition
public DataGroup Group { get; }

Property Value

DataGroup

Parent

Gets the parent row.

Declaration

cs-api-definition
public IHierarchicalRow Parent { get; }

Property Value

IHierarchicalRow

SummaryItem

Gets the GridViewSummaryItem.

Declaration

cs-api-definition
public GridViewSummaryItem SummaryItem { get; }

Property Value

GridViewSummaryItem

Value

Gets or sets the group summary value

Declaration

cs-api-definition
public object Value { get; set; }

Property Value

object