Class
RadDataPagerAutomationPeer

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

Constructors

RadDataPagerAutomationPeer(RadDataPager)

Initializes a new instance of the RadDataPagerAutomationPeer class.

Declaration

cs-api-definition
public RadDataPagerAutomationPeer(RadDataPager owner)

Parameters

owner

RadDataPager

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

bool

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

LargeChange

Declaration

cs-api-definition
public double LargeChange { get; }

Property Value

double

Maximum

Declaration

cs-api-definition
public double Maximum { get; }

Property Value

double

Minimum

Declaration

cs-api-definition
public double Minimum { get; }

Property Value

double

SmallChange

Declaration

cs-api-definition
public double SmallChange { get; }

Property Value

double

Value

Declaration

cs-api-definition
public double Value { get; }

Property Value

double

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>

GetClassNameCore()

Declaration

cs-api-definition
protected override string GetClassNameCore()

Returns

string

GetHelpTextCore()

Declaration

cs-api-definition
protected override string GetHelpTextCore()

Returns

string

GetItemStatusCore()

Declaration

cs-api-definition
protected override string GetItemStatusCore()

Returns

string

GetNameCore()

Declaration

cs-api-definition
protected override string GetNameCore()

Returns

string

GetPattern(PatternInterface)

Declaration

cs-api-definition
public override object GetPattern(PatternInterface patternInterface)

Parameters

patternInterface

PatternInterface

Returns

object

SetValue(double)

Declaration

cs-api-definition
public void SetValue(double value)

Parameters

value

double