Skip to main content

DataGridSummaryGroupItemBuilder<T> Methods

Represents a summary item.
Name Description
AlignByColumn(JS) Indicates whether to display group summary items in parentheses after the group row header or to align them by the corresponding columns within the group row. Mirrors the client-side alignByColumn option.
AlignByColumn(Boolean) Indicates whether to display group summary items in parentheses after the group row header or to align them by the corresponding columns within the group row. Mirrors the client-side alignByColumn option.
Column(JS) Specifies the column that provides data for a group summary item. Mirrors the client-side column option.
Column(String) Specifies the column that provides data for a group summary item. Mirrors the client-side column option.
CustomizeText(RazorBlock) Customizes the text to be displayed in the summary item. Mirrors the client-side customizeText option.
CustomizeText(String) Customizes the text to be displayed in the summary item. Mirrors the client-side customizeText option.
DisplayFormat(JS) Specifies the summary item's text. Mirrors the client-side displayFormat option.
DisplayFormat(String) Specifies the summary item's text. Mirrors the client-side displayFormat option.
Equals(Object, Object) static Determines 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.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
Name(JS) Specifies the group summary item's identifier. Mirrors the client-side name option.
Name(String) Specifies the group summary item's identifier. Mirrors the client-side name option.
Option(String, Object) Specifies an option by its name.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ShowInColumn(JS) Specifies the column that must hold the summary item when this item is displayed in the group footer or aligned by a column in the group row. Mirrors the client-side showInColumn option.
ShowInColumn(String) Specifies the column that must hold the summary item when this item is displayed in the group footer or aligned by a column in the group row. Mirrors the client-side showInColumn option.
ShowInGroupFooter(JS) Specifies whether or not a summary item must be displayed in the group footer. Mirrors the client-side showInGroupFooter option.
ShowInGroupFooter(Boolean) Specifies whether or not a summary item must be displayed in the group footer. Mirrors the client-side showInGroupFooter option.
SkipEmptyValues(JS) Specifies whether to skip empty strings, null, and undefined values when calculating a summary. Does not apply when you use a remote data source. Mirrors the client-side skipEmptyValues option.
SkipEmptyValues(Boolean) Specifies whether to skip empty strings, null, and undefined values when calculating a summary. Does not apply when you use a remote data source. Mirrors the client-side skipEmptyValues option.
SummaryType(JS) Specifies how to aggregate data for the group summary item. Mirrors the client-side summaryType option.
SummaryType(SummaryType) Specifies how to aggregate data for the group summary item. Mirrors the client-side summaryType option.
SummaryType(String) Specifies how to aggregate data for the group summary item. Mirrors the client-side summaryType option.
ToString() Returns a string that represents the current object. Inherited from Object.
ValueFormat(Format) Specifies a summary item value's display format. Mirrors the client-side valueFormat option.
ValueFormat(JS) Specifies a summary item value's display format. Mirrors the client-side valueFormat option.
ValueFormat(Action<FormatBuilder>) Specifies a summary item value's display format. Mirrors the client-side valueFormat object.
ValueFormat(String) Specifies a summary item value's display format. Mirrors the client-side valueFormat option.
See Also