RadControls for Silverlight

Represents a control that creates a container that has a border and a header for user interface (UI) content.

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

Syntax

C#
public class GroupBox : HeaderedContentControl
Visual Basic
Public Class GroupBox _
	Inherits HeaderedContentControl

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Control
          System.Windows.Controls..::..ContentControl
            Telerik.Windows.Controls..::..HeaderedContentControl
              Telerik.Windows.Controls..::..GroupBox

See Also