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