ClassLayoutControlGroup
Class
Represents a layout group, the default group of the RadLayoutControl.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
cs-api-definition
[TelerikToolboxCategory("Containers")]
public class LayoutControlGroup : LayoutControlGroupBase, ISerializable
Inheritance: objectLayoutControlGroupBaseLayoutControlGroup
Implements:
Inherited Members
Constructors
LayoutControlGroup()
Initializes a new instance of the LayoutControlGroup class.
Declaration
cs-api-definition
public LayoutControlGroup()
Methods
OnCreateAutomationPeer()
Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.
Declaration
cs-api-definition
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
The type-specific AutomationPeer implementation.
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.