AutomationPeer class for RadVirtualGrid.
Definition
Namespace:Telerik.Windows.Automation.Peers
Assembly:Telerik.Windows.Controls.VirtualGrid.dll
Syntax:
C#
public class RadVirtualGridAutomationPeer : FrameworkElementAutomationPeer, IGridProvider, ISelectionProvider, ITableProvider, IScrollProvider
Inheritance: objectRadVirtualGridAutomationPeer
Implements:
Constructors
Properties
C#
public bool CanSelectMultiple { get; }
C#
public int ColumnCount { get; }
Gets a value that indicates whether the control can scroll horizontally.
C#
public bool HorizontallyScrollable { get; }
C#
public double HorizontalScrollPercent { get; }
C#
public double HorizontalViewSize { get; }
C#
public bool IsSelectionRequired { get; }
RowOrColumnMajor
RowOrColumnMajor
C#
public RowOrColumnMajor RowOrColumnMajor { get; }
Gets a value that indicates whether the control can scroll vertically.
C#
public bool VerticallyScrollable { get; }
C#
public double VerticalScrollPercent { get; }
C#
public double VerticalViewSize { get; }
Methods
C#
protected override AutomationControlType GetAutomationControlTypeCore()
AutomationControlType
C#
public IRawElementProviderSimple[] GetColumnHeaders()
IRawElementProviderSimple[]
C#
public override object GetPattern(PatternInterface patternInterface)
C#
public IRawElementProviderSimple[] GetRowHeaders()
IRawElementProviderSimple[]
C#
public IRawElementProviderSimple[] GetSelection()
IRawElementProviderSimple[]
C#
public void Scroll(ScrollAmount horizontalAmount, ScrollAmount verticalAmount)