Skip to main content

DataGridSortByGroupSummaryInfoBuilder Methods

Represents an info object.
Name Description
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.
GroupColumn(JS) Specifies the identifier of the column that must be used in grouping so that sorting by group summary item values be applied. Mirrors the client-side groupColumn option.
GroupColumn(String) Specifies the identifier of the column that must be used in grouping so that sorting by group summary item values be applied. Mirrors the client-side groupColumn option.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
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.
SortOrder(SortOrder) Specifies the sort order of group summary item values. Mirrors the client-side sortOrder option.
SummaryItem(JS) Specifies the group summary item whose values must be used to sort groups. Mirrors the client-side summaryItem option.
SummaryItem(Int32) Specifies the group summary item whose values must be used to sort groups. Mirrors the client-side summaryItem option.
SummaryItem(String) Specifies the group summary item whose values must be used to sort groups. Mirrors the client-side summaryItem option.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also