Class
LayoutControlGroup

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: ISerializable

Inherited Members LayoutControlGroupBase.OrientationPropertyLayoutControlGroupBase.Serialize()LayoutControlGroupBase.Deserialize(SerializationInfo)LayoutControlGroupBase.PrepareContainerForItemOverride(DependencyObject, object)LayoutControlGroupBase.ClearContainerForItemOverride(DependencyObject, object)LayoutControlGroupBase.OnPropertyChanged(DependencyPropertyChangedEventArgs)LayoutControlGroupBase.OrientationLayoutControlGroupBase.ElementLoadingLayoutControlGroupBase.ElementLoadedLayoutControlGroupBase.ElementSavingLayoutControlGroupBase.ElementSaved

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

EventArgs

The RoutedEventArgs that contains the event data.

ResetTheme()

Resets the theme.

Declaration

cs-api-definition
public void ResetTheme()