ClassRadPivotGridAutomationPeer
Class
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:
Constructors
RadPivotGridAutomationPeer(RadPivotGrid)
Declaration
cs-api-definition
public RadPivotGridAutomationPeer(RadPivotGrid owner)
Parameters
owner
Properties
HorizontallyScrollable
Gets a value that indicates whether the control can scroll horizontally.
VerticallyScrollable
Gets a value that indicates whether the control can scroll vertically.
Methods
GetAutomationControlTypeCore()
Declaration
cs-api-definition
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
AutomationControlType
GetPattern(PatternInterface)
Declaration
cs-api-definition
public override object GetPattern(PatternInterface patternInterface)
Parameters
patternInterface
PatternInterface
Returns