New to Telerik UI for WPFStart a free 30-day trial

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

Constructors

Initializes a new instance of the RadGridViewAutomationPeer class.

C#
public RadGridViewAutomationPeer(RadGridView owner)
Parameters:ownerRadGridView

The owner.

Methods

C#
protected override string GetHelpTextCore()
Returns:

string

Overrides: GridViewDataControlAutomationPeer.GetHelpTextCore()

C#
protected override string GetItemStatusCore()
Returns:

string

Overrides: GridViewDataControlAutomationPeer.GetItemStatusCore()