ClassRadPropertyGridAutomationPeer
Class
An AutomationPeer type for RadPropertyGrid.
Definition
Namespace:Telerik.Windows.Automation.Peers
Assembly:Telerik.Windows.Controls.Data.dll
Syntax:
cs-api-definition
public class RadPropertyGridAutomationPeer : FrameworkElementAutomationPeer, IScrollProvider
Inheritance: objectRadPropertyGridAutomationPeer
Implements:
Constructors
RadPropertyGridAutomationPeer(RadPropertyGrid)
Initializes a new instance of the RadPropertyGridAutomationPeer class.
Declaration
cs-api-definition
public RadPropertyGridAutomationPeer(RadPropertyGrid owner)
Parameters
owner
The owner.
Properties
Methods
GetAutomationControlTypeCore()
Declaration
cs-api-definition
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
AutomationControlType
GetChildrenCore()
Declaration
cs-api-definition
[SuppressMessage("Microsoft.Design", "CA1002:DoNotExposeGenericLists")]
protected override List<AutomationPeer> GetChildrenCore()
Returns
List<AutomationPeer>
GetPattern(PatternInterface)
Declaration
cs-api-definition
public override object GetPattern(PatternInterface patternInterface)
Parameters
patternInterface
PatternInterface
Returns
Scroll(ScrollAmount, ScrollAmount)
Declaration
cs-api-definition
public void Scroll(ScrollAmount horizontalAmount, ScrollAmount verticalAmount)
Parameters
horizontalAmount
ScrollAmount
verticalAmount
ScrollAmount