Class
RadPropertyGridAutomationPeer

An AutomationPeer type for RadPropertyGrid.

Definition

Namespace:Telerik.UI.Automation.Peers

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public class RadPropertyGridAutomationPeer : FrameworkElementAutomationPeer

Inheritance: objectRadPropertyGridAutomationPeer

Constructors

RadPropertyGridAutomationPeer(RadPropertyGrid)

Initializes a new instance of the RadPropertyGridAutomationPeer class.

Declaration

cs-api-definition
public RadPropertyGridAutomationPeer(RadPropertyGrid owner)

Parameters

owner

RadPropertyGrid

The owner.

Methods

GetAutomationControlTypeCore()

Declaration

cs-api-definition
protected override AutomationControlType GetAutomationControlTypeCore()

Returns

AutomationControlType

GetAutomationIdCore()

Declaration

cs-api-definition
protected override string GetAutomationIdCore()

Returns

string

GetChildrenCore()

Declaration

cs-api-definition
protected virtual List<AutomationPeer> GetChildrenCore()

Returns

List<AutomationPeer>

GetClassNameCore()

Declaration

cs-api-definition
protected override string GetClassNameCore()

Returns

string

GetLocalizedControlTypeCore()

Declaration

cs-api-definition
protected override string GetLocalizedControlTypeCore()

Returns

string

GetPatternCore(PatternInterface)

Declaration

cs-api-definition
protected override object GetPatternCore(PatternInterface patternInterface)

Parameters

patternInterface

PatternInterface

Returns

object