Class
PropertyGridFieldAutomationPeer

An AutomationPeer type for PropertyGridField.

Definition

Namespace:Telerik.UI.Automation.Peers

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public class PropertyGridFieldAutomationPeer : FrameworkElementAutomationPeer, ISelectionItemProvider

Inheritance: objectPropertyGridFieldAutomationPeer

Implements: ISelectionItemProvider

Constructors

PropertyGridFieldAutomationPeer(PropertyGridField)

Initializes a new instance of the PropertyGridFieldAutomationPeer class.

Declaration

cs-api-definition
public PropertyGridFieldAutomationPeer(PropertyGridField owner)

Parameters

owner

PropertyGridField

The owner.

Properties

IsSelected

Declaration

cs-api-definition
public bool IsSelected { get; }

Property Value

bool

SelectionContainer

Declaration

cs-api-definition
public IRawElementProviderSimple SelectionContainer { get; }

Property Value

IRawElementProviderSimple

Methods

AddToSelection()

Declaration

cs-api-definition
public void AddToSelection()

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

GetNameCore()

Declaration

cs-api-definition
protected override string GetNameCore()

Returns

string

GetPatternCore(PatternInterface)

Declaration

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

Parameters

patternInterface

PatternInterface

Returns

object

RemoveFromSelection()

Declaration

cs-api-definition
public void RemoveFromSelection()

Select()

Declaration

cs-api-definition
public void Select()