Class
LayoutControlExpanderGroup

Represents a expander layout group.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

cs-api-definition
[TelerikToolboxCategory("Containers")]
public class LayoutControlExpanderGroup : LayoutControlGroupBase, ISerializable

Inheritance: objectLayoutControlGroupBaseLayoutControlExpanderGroup

Implements: ISerializable

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

Constructors

LayoutControlExpanderGroup()

Initializes a new instance of the LayoutControlExpanderGroup class.

Declaration

cs-api-definition
public LayoutControlExpanderGroup()

Fields

HeaderProperty

Identifies the Header dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty HeaderProperty

Field Value

DependencyProperty

IsExpandableProperty

Identifies the IsExpandable dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty IsExpandableProperty

Field Value

DependencyProperty

IsExpandedProperty

Identifies the IsExpanded dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty IsExpandedProperty

Field Value

DependencyProperty

Properties

Header

Gets or sets the group header.

Declaration

cs-api-definition
public object Header { get; set; }

Property Value

object

IsExpandable

Gets or sets a value indicating whether LayoutControlExpanderGroup is expandable.

Declaration

cs-api-definition
public bool IsExpandable { get; set; }

Property Value

bool

IsExpanded

Gets or sets a value indicating whether the LayoutControlExpanderGroup is expanded.

Declaration

cs-api-definition
public bool IsExpanded { get; set; }

Property Value

bool

Methods

Deserialize(SerializationInfo)

Deserializes the specified info. Restores the property values of the instance from the info.

Declaration

cs-api-definition
public override void Deserialize(SerializationInfo info)

Parameters

info

SerializationInfo

Overrides LayoutControlGroupBase.Deserialize(SerializationInfo)

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()