RadControls for WPF

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.40

Syntax

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

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows.Media..::..Visual
        System.Windows..::..UIElement
          System.Windows..::..FrameworkElement
            System.Windows.Controls..::..Control
              System.Windows.Controls..::..ContentControl
                System.Windows.Controls..::..HeaderedContentControl
                  System.Windows.Controls..::..GroupBox
                    Telerik.Windows.Controls..::..GroupBox

See Also