Version 24.2 (latest)

GroupBy Class Properties

For a list of all members of this type, see GroupBy members.

Public Properties
 NameDescription
Public PropertyDependencyObjectTypeGets the System.Windows.DependencyObjectType that wraps the CLR type of this instance. (Inherited from System.Windows.DependencyObject)
Public PropertyDispatcherGets the System.Windows.Threading.Dispatcher this System.Windows.Threading.DispatcherObject is associated with. (Inherited from System.Windows.Threading.DispatcherObject)
Public PropertyGroupMemberPathThe property to use as a the group by clause.  
Public PropertyIsSealedGets a value that indicates whether this instance is currently sealed (read-only). (Inherited from System.Windows.DependencyObject)
Public PropertyItemsSourceThe input data to the grouping operation.  
Public PropertyKeyMemberPathThe property to use as a key to flatten a group into properties on the row.  
Public PropertyValueMemberPathGets or sets the property name that supplies numeric values.  
See Also