Provides an automation peer for the RadDataPager.
Definition
Namespace:Telerik.Windows.Automation.Peers
Assembly:Telerik.Windows.Controls.Data.dll
Syntax:
C#
public class RadDataPagerAutomationPeer : FrameworkElementAutomationPeer, IRangeValueProvider
Inheritance: objectRadDataPagerAutomationPeer
Implements:
Constructors
Initializes a new instance of the RadDataPagerAutomationPeer class.
Properties
Gets a value that indicates whether the value of a control is read-only.
C#
public bool IsReadOnly { get; }
true if the value is read-only; false if it can be modified.
C#
public double LargeChange { get; }
C#
public double SmallChange { get; }
Methods
C#
protected override AutomationControlType GetAutomationControlTypeCore()
AutomationControlType
C#
public override object GetPattern(PatternInterface patternInterface)