GridViewToggleButton
Represents a control that visualizes the expand/collapse operation.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
public class GridViewToggleButton : ToggleButton, ISupportInitialize
Inheritance: objectGridViewToggleButton
Implements:
Constructors
Initializes a new instance of the GridViewToggleButton class.
public GridViewToggleButton()
Fields
ArrowTemplateProperty
DependencyProperty
Identifies the ArrowTemplate dependency property.
public static readonly DependencyProperty ArrowTemplateProperty
PlusMinusTemplateProperty
DependencyProperty
Identifies the PlusMinusTemplate dependency property.
public static readonly DependencyProperty PlusMinusTemplateProperty
PresentationModeProperty
DependencyProperty
Identifies the PresentationMode dependency property.
public static readonly DependencyProperty PresentationModeProperty
Properties
ArrowTemplate
ControlTemplate
Gets or sets the arrow control template.
public ControlTemplate ArrowTemplate { get; set; }
The arrow control template.
PlusMinusTemplate
ControlTemplate
Gets or sets the plus/minus control template.
public ControlTemplate PlusMinusTemplate { get; set; }
The plus/minus control template.
Gets or sets the active presentation mode for this button.
public GridViewToggleButtonPresentationMode PresentationMode { get; set; }
The active presentation mode.
Methods
OnCreateAutomationPeer()
AutomationPeer
protected override AutomationPeer OnCreateAutomationPeer()
AutomationPeer