Collection of GroupDescriptor dependency objects.

Namespace:  C1.Data.DataSource
Assembly:  C1.Data.Entity (in C1.Data.Entity.dll)

Syntax

C#
public class GroupDescriptorCollection : DependencyObjectCollection<GroupDescriptor>
Visual Basic
Public Class GroupDescriptorCollection _
	Inherits DependencyObjectCollection(Of GroupDescriptor)

Inheritance Hierarchy

See Also