Class GridViewToggleButtonAutomationPeer
An AutomationPeer type for GridViewToggleButton.
Inheritance
System.Object
GridViewToggleButtonAutomationPeer
Namespace: Telerik.Windows.Automation.Peers
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public class GridViewToggleButtonAutomationPeer : ToggleButtonAutomationPeer
Constructors
GridViewToggleButtonAutomationPeer(GridViewToggleButton)
Initializes a new instance of the GridViewToggleButtonAutomationPeer class.
Declaration
public GridViewToggleButtonAutomationPeer(GridViewToggleButton gridViewToggleButton)
Parameters
GridViewToggleButton
gridViewToggleButton
The grid view toggle button for GridViewToggleRowDetailsColumn. |