ClassRadGridViewAutomationPeer
Provides the automation peer for the RadGridView control, facilitating interaction with UI Automation clients. This class enables support for accessibility by exposing properties and methods that describe the behavior and state of the RadGridView. It enhances the automation features by overriding core methods to provide contextual information, such as item status and help text, that are relevant when the control is used in automated environments.
Definition
Namespace:Telerik.Windows.Automation.Peers
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
public class RadGridViewAutomationPeer : GridViewDataControlAutomationPeer, IGridProvider, ISelectionProvider, ITableProvider, IScrollProvider
Inheritance: objectGridViewDataControlAutomationPeerRadGridViewAutomationPeer
Implements:
Inherited Members
Constructors
RadGridViewAutomationPeer(RadGridView)
Initializes a new instance of the RadGridViewAutomationPeer class.
Declaration
public RadGridViewAutomationPeer(RadGridView owner)
Parameters
owner
The owner.
Methods
GetItemStatusCore()
Declaration
protected override string GetItemStatusCore()
Returns
Overrides