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

Definition

Namespace:Telerik.Windows.Automation.Peers

Assembly:Telerik.Windows.Controls.Pivot.dll

Syntax:

C#
public sealed class RadPivotGridAutomationPeer : FrameworkElementAutomationPeer, IGridProvider, ITableProvider, IScrollProvider

Inheritance: objectRadPivotGridAutomationPeer

Implements: IGridProviderIScrollProviderITableProvider

Constructors

C#
public RadPivotGridAutomationPeer(RadPivotGrid owner)
Parameters:ownerRadPivotGrid

Properties

Gets a value that indicates whether the control can scroll horizontally.

C#
public bool HorizontallyScrollable { get; }

Gets a value that indicates whether the control can scroll vertically.

C#
public bool VerticallyScrollable { get; }

Methods

C#
protected override AutomationControlType GetAutomationControlTypeCore()
Returns:

AutomationControlType

C#
protected override string GetClassNameCore()
Returns:

string

C#
protected override string GetHelpTextCore()
Returns:

string

C#
protected override string GetNameCore()
Returns:

string

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

object