RadControls for Silverlight

Represents a collection of GroupDescriptor objects.

Namespace: Telerik.Windows.Data
Assembly: Telerik.Windows.Data (in Telerik.Windows.Data.dll) Version: 2013.1.403.1050

Syntax

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

Inheritance Hierarchy

See Also