ClassGroupBox
Class
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:
cs-api-definition
[TelerikToolboxCategory("Containers")]
public class GroupBox : GroupBox
Inheritance: objectGroupBox
Constructors
GroupBox()
Initializes a new instance of the GroupBox class.
Declaration
cs-api-definition
public GroupBox()
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call .
Declaration
cs-api-definition
public override void OnApplyTemplate()
OnInitialized(EventArgs)
Raises the event. This method is invoked whenever is set to true internally.
Declaration
cs-api-definition
protected override void OnInitialized(EventArgs e)
Parameters
e
The RoutedEventArgs that contains the event data.