RadControls for Silverlight

Represents a group descriptor, which groups and sorts by the value of its Column.

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

Syntax

C#
public class ColumnGroupDescriptor : GroupDescriptorBase, 
	IAggregateFunctionsProvider
Visual Basic
Public Class ColumnGroupDescriptor _
	Inherits GroupDescriptorBase _
	Implements IAggregateFunctionsProvider

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    Telerik.Windows.Data..::..DescriptorBase
      Telerik.Windows.Data..::..GroupDescriptorBase
        Telerik.Windows.Controls.GridView..::..ColumnGroupDescriptor

See Also