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

Represents a control that visualizes the expand/collapse operation.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

C#
public class GridViewToggleButton : ToggleButton, ISupportInitialize

Inheritance: objectGridViewToggleButton

Implements: ISupportInitialize

Constructors

Initializes a new instance of the GridViewToggleButton class.

C#
public GridViewToggleButton()

Fields

ArrowTemplateProperty

DependencyProperty

Identifies the ArrowTemplate dependency property.

C#
public static readonly DependencyProperty ArrowTemplateProperty

PlusMinusTemplateProperty

DependencyProperty

Identifies the PlusMinusTemplate dependency property.

C#
public static readonly DependencyProperty PlusMinusTemplateProperty

PresentationModeProperty

DependencyProperty

Identifies the PresentationMode dependency property.

C#
public static readonly DependencyProperty PresentationModeProperty

Properties

ArrowTemplate

ControlTemplate

Gets or sets the arrow control template.

C#
public ControlTemplate ArrowTemplate { get; set; }
Property Value:

The arrow control template.

PlusMinusTemplate

ControlTemplate

Gets or sets the plus/minus control template.

C#
public ControlTemplate PlusMinusTemplate { get; set; }
Property Value:

The plus/minus control template.

Gets or sets the active presentation mode for this button.

C#
public GridViewToggleButtonPresentationMode PresentationMode { get; set; }
Property Value:

The active presentation mode.

Methods

C#
protected override AutomationPeer OnCreateAutomationPeer()
Returns:

AutomationPeer

C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs