Skip to main content
A newer version of this page is available. .

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) Mirrors the client-side alignment option.
Column(JS) Mirrors the client-side column option.
Column(String) Mirrors the client-side column option.
CssClass(JS) Mirrors the client-side cssClass option.
CssClass(String) Mirrors the client-side cssClass option.
CustomizeText(RazorBlock) Mirrors the client-side customizeText option.
CustomizeText(String) Mirrors the client-side customizeText option.
DisplayFormat(JS) Mirrors the client-side displayFormat option.
DisplayFormat(String) 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) Mirrors the client-side name option.
Name(String) 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) Mirrors the client-side showInColumn option.
ShowInColumn(String) Mirrors the client-side showInColumn option.
SkipEmptyValues(JS) Mirrors the client-side skipEmptyValues option.
SkipEmptyValues(Boolean) Mirrors the client-side skipEmptyValues option.
SummaryType(JS) Mirrors the client-side summaryType option.
SummaryType(SummaryType) Mirrors the client-side summaryType option.
SummaryType(String) Mirrors the client-side summaryType option.
ToString() Returns a string that represents the current object. Inherited from Object.
ValueFormat(Format) Mirrors the client-side valueFormat option.
ValueFormat(JS) Mirrors the client-side valueFormat option.
ValueFormat(Action<FormatBuilder>) Mirrors the client-side valueFormat object.
ValueFormat(String) Mirrors the client-side valueFormat option.
See Also