Class
ExpanderHeaderToggleButton

A ToggleButton used to Expand/Collapse the RadExpander control.

Definition

Namespace:Telerik.UI.Xaml.Controls.Primitives

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public class ExpanderHeaderToggleButton : ToggleButton

Inheritance: objectExpanderHeaderToggleButton

Constructors

ExpanderHeaderToggleButton()

Declaration

cs-api-definition
public ExpanderHeaderToggleButton()

Fields

ExpandDirectionProperty

Gets or sets the direction in which the content of the parent RadExpander would expand. This is a dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ExpandDirectionProperty

Field Value

DependencyProperty

Properties

ExpandDirection

Gets or sets the ExpandDirection property.

Declaration

cs-api-definition
public ExpandDirection ExpandDirection { get; set; }

Property Value

ExpandDirection

Methods

OnToggle()

Declaration

cs-api-definition
protected override void OnToggle()