Back to Devexpress

CustomSummaryEventArgs Members

corelibraries-devexpress-dot-data-dot-customsummaryeventargs-dot-underscore-members.md

latest5.4 KB
Original Source

CustomSummaryEventArgs Members

Provides data for the GridView.CustomSummaryCalculate event.

Constructors

NameDescription
CustomSummaryEventArgs()Initializes a new instance of the CustomSummaryEventArgs class.
CustomSummaryEventArgs(Int32, Object, Object, Int32, CustomSummaryProcess, Object, Int32)Creates a new CustomSummaryEventArgs object.

Fields

NameDescription
Empty staticProvides a value to use with events that do not have event data. Inherited from EventArgs.

Properties

NameDescription
FieldValueGets the processed field value.
GroupLevelGets the nested level of the group whose summary value is being calculated.
GroupRowHandleGets a value identifying the group row whose child data rows are involved in summary calculation.
IsGroupSummaryGets whether a group summary value is being calculated.
IsTotalSummaryGets whether a total summary value is being calculated.
ItemGets a summary item whose value is being calculated.
ModeSpecifies how summaries are calculated - against all rows or for the selected rows.
RowGets the currently processed row.
RowHandleGets the handle of the processed row.
SummaryProcessGets a value indicating calculation stage.
TotalValueGets or sets the total summary value.
TotalValueReadyGets or sets whether the Calculation stage of the custom summary calculation process should be skipped.

Methods

NameDescription
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetGroupSummary(Int32, Object)Returns the value of the specified group summary for the specified group row.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
GetValue(String)Returns the value in the specified field
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns a string that represents the current object. Inherited from Object.

See Also

CustomSummaryEventArgs Class

DevExpress.Data Namespace