Class
RadPivotGridAutomationPeer

Definition

Namespace:Telerik.Windows.Automation.Peers

Assembly:Telerik.Windows.Controls.Pivot.dll

Syntax:

cs-api-definition
public sealed class RadPivotGridAutomationPeer : FrameworkElementAutomationPeer, IGridProvider, ITableProvider, IScrollProvider

Inheritance: objectRadPivotGridAutomationPeer

Implements: IGridProviderIScrollProviderITableProvider

Constructors

RadPivotGridAutomationPeer(RadPivotGrid)

Declaration

cs-api-definition
public RadPivotGridAutomationPeer(RadPivotGrid owner)

Parameters

owner

RadPivotGrid

Properties

HorizontallyScrollable

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

Declaration

cs-api-definition
public bool HorizontallyScrollable { get; }

Property Value

bool

VerticallyScrollable

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

Declaration

cs-api-definition
public bool VerticallyScrollable { get; }

Property Value

bool

Methods

GetAutomationControlTypeCore()

Declaration

cs-api-definition
protected override AutomationControlType GetAutomationControlTypeCore()

Returns

AutomationControlType

GetClassNameCore()

Declaration

cs-api-definition
protected override string GetClassNameCore()

Returns

string

GetHelpTextCore()

Declaration

cs-api-definition
protected override string GetHelpTextCore()

Returns

string

GetNameCore()

Declaration

cs-api-definition
protected override string GetNameCore()

Returns

string

GetPattern(PatternInterface)

Declaration

cs-api-definition
public override object GetPattern(PatternInterface patternInterface)

Parameters

patternInterface

PatternInterface

Returns

object