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

Represents an automation peer for the RadDataForm.

Definition

Namespace:Telerik.Windows.Automation.Peers

Assembly:Telerik.Windows.Controls.Data.dll

Syntax:

C#
public class RadDataFormAutomationPeer : FrameworkElementAutomationPeer, IScrollProvider

Inheritance: objectRadDataFormAutomationPeer

Derived Classes: CardViewDataFormAutomationPeer

Implements: IScrollProvider

Constructors

Initializes a new instance of the RadDataFormAutomationPeer class.

C#
public RadDataFormAutomationPeer(RadDataForm owner)
Parameters:ownerRadDataForm

The RadDataForm.

Properties

C#
public bool HorizontallyScrollable { get; }
C#
public double HorizontalScrollPercent { get; }
C#
public double HorizontalViewSize { get; }
C#
public bool VerticallyScrollable { get; }
C#
public double VerticalScrollPercent { get; }
C#
public double VerticalViewSize { get; }

Methods

C#
protected override AutomationControlType GetAutomationControlTypeCore()
Returns:

AutomationControlType

C#
protected override string GetAutomationIdCore()
Returns:

string

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 Scroll(ScrollAmount horizontalAmount, ScrollAmount verticalAmount)
Parameters:horizontalAmountScrollAmountverticalAmountScrollAmount
C#
public void SetScrollPercent(double horizontalPercent, double verticalPercent)
Parameters:horizontalPercentdoubleverticalPercentdouble