Skip to main content

DataGridSummaryTotalItemBuilder<T> Members

Represents a summary item.

Constructors

Name Description
DataGridSummaryTotalItemBuilder(OptionsOwnerContext) For internal use only. Initializes a new DataGridSummaryTotalItemBuilder<T> class instance.

Methods

Name Description
Alignment(HorizontalAlignment) Specifies the alignment of a summary item. Mirrors the client-side alignment option.
Column(JS) Specifies the column that provides data for a summary item. Mirrors the client-side column option.
Column(String) Specifies the column that provides data for a summary item. Mirrors the client-side column option.
CssClass(JS) Specifies a CSS class to be applied to a summary item. Mirrors the client-side cssClass option.
CssClass(String) Specifies a CSS class to be applied to a summary item. Mirrors the client-side cssClass 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 total summary item's identifier. Mirrors the client-side name option.
Name(String) Specifies the total 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. Mirrors the client-side showInColumn option.
ShowInColumn(String) Specifies the column that must hold the summary item. Mirrors the client-side showInColumn option.
SkipEmptyValues(JS) Mirrors the client-side skipEmptyValues option.
SkipEmptyValues(Boolean) Mirrors the client-side skipEmptyValues option.
SummaryType(JS) Specifies how to aggregate data for the total summary item. Mirrors the client-side summaryType option.
SummaryType(SummaryType) Specifies how to aggregate data for the total summary item. Mirrors the client-side summaryType option.
SummaryType(String) Specifies how to aggregate data for the total 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