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

An AutomationPeer type for RadPropertyGrid.

Definition

Namespace:Telerik.Windows.Automation.Peers

Assembly:Telerik.Windows.Controls.Data.dll

Syntax:

C#
public class RadPropertyGridAutomationPeer : FrameworkElementAutomationPeer, IScrollProvider

Inheritance: objectRadPropertyGridAutomationPeer

Implements: IScrollProvider

Constructors

Initializes a new instance of the RadPropertyGridAutomationPeer class.

C#
public RadPropertyGridAutomationPeer(RadPropertyGrid owner)
Parameters:ownerRadPropertyGrid

The owner.

Properties

C#
public bool HorizontallyScrollable { get; }
C#
public double HorizontalScrollPercent { get; }
C#
public double HorizontalViewSize { get; }
C#
public bool VerticallyScrollable { get; }
C#
public double VerticalScrollPercent { get; }
C#
public double VerticalViewSize { get; }

Methods

C#
protected override AutomationControlType GetAutomationControlTypeCore()
Returns:

AutomationControlType

C#
protected override string GetAutomationIdCore()
Returns:

string

C#
protected override List<AutomationPeer> GetChildrenCore()
Returns:

List<AutomationPeer>

C#
protected override string GetClassNameCore()
Returns:

string

C#
protected override string GetHelpTextCore()
Returns:

string

C#
protected override string GetItemStatusCore()
Returns:

string

C#
public override object GetPattern(PatternInterface patternInterface)
Parameters:patternInterfacePatternInterfaceReturns:

object

C#
public void Scroll(ScrollAmount horizontalAmount, ScrollAmount verticalAmount)
Parameters:horizontalAmountScrollAmountverticalAmountScrollAmount
C#
public void SetScrollPercent(double horizontalPercent, double verticalPercent)
Parameters:horizontalPercentdoubleverticalPercentdouble