|
Generic Collection
A Generic Collection can handle any Type in a 'generic' and 'type-safe' manner. In creating a generic collection we can achieve 'type-safety' without deriving from a base collection type and implementing type-specific members. The GridGroupingControl can be bound to a Binding list created using generic collections.
Grid Bound to Binding List Using Generic Collection
|
|
|
|