DataGridSummaryTextsBuilder Methods
Provides methods that allow you to configure nested options of the client-side texts object.| Name | Description |
|---|---|
| Avg(JS) | Specifies a pattern for the 'avg' summary items when they are displayed in the parent column. Mirrors the client-side avg option. |
| Avg(String) | Specifies a pattern for the 'avg' summary items when they are displayed in the parent column. Mirrors the client-side avg option. |
| AvgOtherColumn(JS) | Specifies a pattern for the 'avg' summary items displayed in a group row or in any other column rather than the parent one. Mirrors the client-side avgOtherColumn option. |
| AvgOtherColumn(String) | Specifies a pattern for the 'avg' summary items displayed in a group row or in any other column rather than the parent one. Mirrors the client-side avgOtherColumn option. |
| Count(JS) | Specifies a pattern for the 'count' summary items. Mirrors the client-side count option. |
| Count(String) | Specifies a pattern for the 'count' summary items. 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) | Specifies a pattern for the 'max' summary items when they are displayed in the parent column. Mirrors the client-side max option. |
| Max(String) | Specifies a pattern for the 'max' summary items when they are displayed in the parent column. Mirrors the client-side max option. |
| MaxOtherColumn(JS) | Specifies a pattern for the 'max' summary items displayed in a group row or in any other column rather than the parent one. Mirrors the client-side maxOtherColumn option. |
| MaxOtherColumn(String) | Specifies a pattern for the 'max' summary items displayed in a group row or in any other column rather than the parent one. Mirrors the client-side maxOtherColumn option. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| Min(JS) | Specifies a pattern for the 'min' summary items when they are displayed in the parent column. Mirrors the client-side min option. |
| Min(String) | Specifies a pattern for the 'min' summary items when they are displayed in the parent column. Mirrors the client-side min option. |
| MinOtherColumn(JS) | Specifies a pattern for the 'min' summary items displayed in a group row or in any other column rather than the parent one. Mirrors the client-side minOtherColumn option. |
| MinOtherColumn(String) | Specifies a pattern for the 'min' summary items displayed in a group row or in any other column rather than the parent one. 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) | Specifies a pattern for the 'sum' summary items when they are displayed in the parent column. Mirrors the client-side sum option. |
| Sum(String) | Specifies a pattern for the 'sum' summary items when they are displayed in the parent column. Mirrors the client-side sum option. |
| SumOtherColumn(JS) | Specifies a pattern for the 'sum' summary items displayed in a group row or in any other column rather than the parent one. Mirrors the client-side sumOtherColumn option. |
| SumOtherColumn(String) | Specifies a pattern for the 'sum' summary items displayed in a group row or in any other column rather than the parent one. Mirrors the client-side sumOtherColumn option. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also