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

Represents a expander layout group.

Definition

Constructors

Initializes a new instance of the LayoutControlExpanderGroup class.

C#
public LayoutControlExpanderGroup()

Fields

HeaderProperty

DependencyProperty

Identifies the Header dependency property.

C#
public static readonly DependencyProperty HeaderProperty

IsExpandableProperty

DependencyProperty

Identifies the IsExpandable dependency property.

C#
public static readonly DependencyProperty IsExpandableProperty

IsExpandedProperty

DependencyProperty

Identifies the IsExpanded dependency property.

C#
public static readonly DependencyProperty IsExpandedProperty

Properties

Gets or sets the group header.

C#
public object Header { get; set; }

Gets or sets a value indicating whether LayoutControlExpanderGroup is expandable.

C#
public bool IsExpandable { get; set; }

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

C#
public bool IsExpanded { get; set; }

Methods

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

C#
public override void Deserialize(SerializationInfo info)
Parameters:infoSerializationInfo

Overrides: LayoutControlGroupBase.Deserialize(SerializationInfo)

Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.

C#
protected override AutomationPeer OnCreateAutomationPeer()
Returns:

AutomationPeer

The type-specific AutomationPeer implementation.

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.

Resets the theme.

C#
public void ResetTheme()