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. |
DependencyObjectType | Gets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject. |
Dispatcher | Gets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject. |
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. |
IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject. |
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