New to Telerik UI for WPFStart a free 30-day trial

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

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.dll

Syntax:

C#
[TelerikToolboxCategory("Containers")]
public class GroupBox : GroupBox

Inheritance: objectGroupBox

Constructors

Initializes a new instance of the GroupBox class.

C#
public GroupBox()

Methods

When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call .

C#
public override void OnApplyTemplate()

Raises the event. This method is invoked whenever is set to true internally.

C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs

The RoutedEventArgs that contains the event data.