Back to Devexpress

GridGroupSummaryData Properties

wpf-devexpress-dot-xpf-dot-grid-dot-gridgroupsummarydata-dot-underscore-properties.md

latest3.3 KB
Original Source

GridGroupSummaryData Properties

Contains information about the summary value displayed within a group row.

NameDescription
ColumnGets the grid column. Inherited from GridColumnData.
DataGets or sets an object that contains grid data. Inherited from GridDataBase.
DependencyObjectTypeGets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject.
DispatcherGets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject.
IsFirstGets whether the group summary is the first visible summary (left most) displayed within a group row. This is a dependency property.
IsLastGets whether the group summary is the last visible summary (right most) displayed within a group row. This is a dependency property.
IsSealedGets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject.
SummaryItemGets the summary item.
SummaryValueGets the group row’s summary value.
TextGets the summary text displayed within the group row.
ValueGets or sets an editable value. Inherited from EditableDataObject.
ViewGets the owner view. Inherited from GridColumnData.
VisibleIndexGets the column’s position among visible columns. Inherited from GridColumnData.

See Also

GridGroupSummaryData Class

GridGroupSummaryData Members

DevExpress.Xpf.Grid Namespace