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

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

Constructors

C#
public RadVirtualGridAutomationPeer(RadVirtualGrid owner)
Parameters:ownerRadVirtualGrid

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; }
C#
public int RowCount { 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()
Returns:

AutomationControlType

C#
protected override List<AutomationPeer> GetChildrenCore()
Returns:

List<AutomationPeer>

C#
protected override string GetClassNameCore()
Returns:

string

C#
public IRawElementProviderSimple[] GetColumnHeaders()
Returns:

IRawElementProviderSimple[]

C#
protected override string GetHelpTextCore()
Returns:

string

C#
public IRawElementProviderSimple GetItem(int row, int column)
Parameters:rowintcolumnintReturns:

IRawElementProviderSimple

C#
protected override string GetItemStatusCore()
Returns:

string

C#
protected override string GetLocalizedControlTypeCore()
Returns:

string

C#
protected override string GetNameCore()
Returns:

string

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

object

C#
public IRawElementProviderSimple[] GetRowHeaders()
Returns:

IRawElementProviderSimple[]

C#
public IRawElementProviderSimple[] GetSelection()
Returns:

IRawElementProviderSimple[]

C#
public void Scroll(ScrollAmount horizontalAmount, ScrollAmount verticalAmount)
Parameters:horizontalAmountScrollAmountverticalAmountScrollAmount
C#
public void SetScrollPercent(double horizontalPercent, double verticalPercent)
Parameters:horizontalPercentdoubleverticalPercentdouble