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:
Implements:
Constructors
Initializes a new instance of the RadDataFormAutomationPeer class.
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()
AutomationControlType
C#
public override object GetPattern(PatternInterface patternInterface)
C#
public void Scroll(ScrollAmount horizontalAmount, ScrollAmount verticalAmount)