RadControls for Silverlight

Represents an object, which defines how the data in RadPivotMap will be presented. Each GroupDefinition defines an additional level in the hierarchy. If there are no such objects, the RadPivotMap control will display all its items in a single level.

Namespace: Telerik.Windows.Controls.TreeMap
Assembly: Telerik.Windows.Controls.DataVisualization (in Telerik.Windows.Controls.DataVisualization.dll) Version: 2013.2.611.1050

Syntax

C#
public sealed class GroupDefinition : DefinitionBase
Visual Basic
Public NotInheritable Class GroupDefinition _
	Inherits DefinitionBase

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    Telerik.Windows.Controls.TreeMap..::..DefinitionBase
      Telerik.Windows.Controls.TreeMap..::..GroupDefinition

See Also