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

DataGridSummaryTextsBuilder Members

Provides methods that allow you to configure nested options of the client-side texts object.

Constructors

Name Description
DataGridSummaryTextsBuilder(OptionsOwnerContext) For internal use only. Initializes a new DataGridSummaryTextsBuilder class instance.

Methods

Name Description
Avg(JS) Mirrors the client-side avg option.
Avg(String) Mirrors the client-side avg option.
AvgOtherColumn(JS) Mirrors the client-side avgOtherColumn option.
AvgOtherColumn(String) Mirrors the client-side avgOtherColumn option.
Count(JS) Mirrors the client-side count option.
Count(String) Mirrors the client-side count 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.
Max(JS) Mirrors the client-side max option.
Max(String) Mirrors the client-side max option.
MaxOtherColumn(JS) Mirrors the client-side maxOtherColumn option.
MaxOtherColumn(String) Mirrors the client-side maxOtherColumn option.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
Min(JS) Mirrors the client-side min option.
Min(String) Mirrors the client-side min option.
MinOtherColumn(JS) Mirrors the client-side minOtherColumn option.
MinOtherColumn(String) Mirrors the client-side minOtherColumn 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.
Sum(JS) Mirrors the client-side sum option.
Sum(String) Mirrors the client-side sum option.
SumOtherColumn(JS) Mirrors the client-side sumOtherColumn option.
SumOtherColumn(String) Mirrors the client-side sumOtherColumn option.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also