ClassRadDataPagerAutomationPeer
Class
Provides an automation peer for the RadDataPager.
Definition
Namespace:Telerik.Windows.Automation.Peers
Assembly:Telerik.Windows.Controls.Data.dll
Syntax:
cs-api-definition
public class RadDataPagerAutomationPeer : FrameworkElementAutomationPeer, IRangeValueProvider
Inheritance: objectRadDataPagerAutomationPeer
Implements:
Constructors
RadDataPagerAutomationPeer(RadDataPager)
Initializes a new instance of the RadDataPagerAutomationPeer class.
Declaration
cs-api-definition
public RadDataPagerAutomationPeer(RadDataPager owner)
Parameters
owner
The owner.
Properties
IsReadOnly
Gets a value that indicates whether the value of a control is read-only.
Declaration
cs-api-definition
public bool IsReadOnly { get; }
Property Value
true if the value is read-only; false if it can be modified.
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