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 class PivotCellsPanelAutomationPeer : FrameworkElementAutomationPeer, ITableProvider, IGridProvider

Inheritance: objectPivotCellsPanelAutomationPeer

Implements: IGridProviderITableProvider

Constructors

C#
public PivotCellsPanelAutomationPeer(PivotCellsPanel owner)
Parameters:ownerPivotCellsPanel

Properties

C#
public int ColumnCount { get; }
C#
public int RowCount { get; }

RowOrColumnMajor

RowOrColumnMajor

C#
public RowOrColumnMajor RowOrColumnMajor { 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 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[]