GridGroupSummaryData Properties
Contains information about the summary value displayed within a group row.| Name | Description |
|---|---|
| Column | Gets the grid column. Inherited from GridColumnData. |
| Data | Gets or sets an object that contains grid data. Inherited from GridDataBase. |
| IsFirst | Gets whether the group summary is the first visible summary (left most) displayed within a group row. This is a dependency property. |
| IsLast | Gets whether the group summary is the last visible summary (right most) displayed within a group row. This is a dependency property. |
| SummaryItem | Gets the summary item. |
| SummaryValue | Gets the group row’s summary value. |
| Text | Gets the summary text displayed within the group row. |
| Value | Gets or sets an editable value. Inherited from EditableDataObject. |
| View | Gets the owner view. Inherited from GridColumnData. |
| VisibleIndex | Gets the column’s position among visible columns. Inherited from GridColumnData. |
See Also