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

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: IRangeValueProvider

Constructors

Initializes a new instance of the RadDataPagerAutomationPeer class.

C#
public RadDataPagerAutomationPeer(RadDataPager owner)
Parameters:ownerRadDataPager

The owner.

Properties

Gets a value that indicates whether the value of a control is read-only.

C#
public bool IsReadOnly { get; }
Property Value:

true if the value is read-only; false if it can be modified.

C#
public double LargeChange { get; }
C#
public double Maximum { get; }
C#
public double Minimum { get; }
C#
public double SmallChange { get; }
C#
public double Value { get; }

Methods

C#
protected override AutomationControlType GetAutomationControlTypeCore()
Returns:

AutomationControlType

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#
protected override string GetNameCore()
Returns:

string

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

object

C#
public void SetValue(double value)
Parameters:valuedouble