GridViewToggleButton
Class
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:
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; }
The arrow control template.
PlusMinusTemplate
ControlTemplate
Gets or sets the plus/minus control template.
C#
public ControlTemplate PlusMinusTemplate { get; set; }
The plus/minus control template.
Gets or sets the active presentation mode for this button.
C#
public GridViewToggleButtonPresentationMode PresentationMode { get; set; }
The active presentation mode.
Methods
C#
protected override AutomationPeer OnCreateAutomationPeer()
AutomationPeer