Class PivotCellsPanelAutomationPeer
Inheritance
System.Object
PivotCellsPanelAutomationPeer
Namespace: Telerik.Windows.Automation.Peers
Assembly: Telerik.Windows.Controls.Pivot.dll
Syntax
public class PivotCellsPanelAutomationPeer : FrameworkElementAutomationPeer, ITableProvider, IGridProvider
Constructors
PivotCellsPanelAutomationPeer(PivotCellsPanel)
Declaration
public PivotCellsPanelAutomationPeer(PivotCellsPanel owner)
Parameters
PivotCellsPanel
owner
|
Properties
ColumnCount
Declaration
public int ColumnCount { get; }
Property Value
System.Int32
|
RowCount
Declaration
public int RowCount { get; }
Property Value
System.Int32
|
RowOrColumnMajor
Declaration
public RowOrColumnMajor RowOrColumnMajor { get; }
Property Value
System.Windows.Automation.RowOrColumnMajor
|
Methods
GetAutomationControlTypeCore()
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
System.Windows.Automation.Peers.AutomationControlType
|
GetChildrenCore()
Declaration
protected override List<AutomationPeer> GetChildrenCore()
Returns
System.Collections.Generic.List<System.Windows.Automation.Peers.AutomationPeer>
|
GetClassNameCore()
Declaration
protected override string GetClassNameCore()
Returns
System.String
|
GetColumnHeaders()
Declaration
public IRawElementProviderSimple[] GetColumnHeaders()
Returns
System.Windows.Automation.Provider.IRawElementProviderSimple[]
|
GetHelpTextCore()
Declaration
protected override string GetHelpTextCore()
Returns
System.String
|
GetItem(Int32, Int32)
Declaration
public IRawElementProviderSimple GetItem(int row, int column)
Parameters
System.Int32
row
|
System.Int32
column
|
Returns
System.Windows.Automation.Provider.IRawElementProviderSimple
|
GetLocalizedControlTypeCore()
Declaration
protected override string GetLocalizedControlTypeCore()
Returns
System.String
|
GetNameCore()
Declaration
protected override string GetNameCore()
Returns
System.String
|
GetPattern(PatternInterface)
Declaration
public override object GetPattern(PatternInterface patternInterface)
Parameters
System.Windows.Automation.Peers.PatternInterface
patternInterface
|
Returns
System.Object
|
GetRowHeaders()
Declaration
public IRawElementProviderSimple[] GetRowHeaders()
Returns
System.Windows.Automation.Provider.IRawElementProviderSimple[]
|