Class DayViewHeaderAutomationPeer
Represents the class that exposes the DayViewHeader to UI automation.
Inheritance
System.Object
DayViewHeaderAutomationPeer
Implements
System.Windows.Automation.Provider.IGridProvider
Namespace: Syncfusion.UI.Xaml.Automation.Peers
Assembly: Syncfusion.SfScheduler.WPF.dll
Syntax
public class DayViewHeaderAutomationPeer : FrameworkElementAutomationPeer, IGridProvider
Constructors
DayViewHeaderAutomationPeer(DayViewHeader)
Initializes a new instance of the DayViewHeaderAutomationPeer class.
Declaration
public DayViewHeaderAutomationPeer(DayViewHeader control)
Parameters
| Type | Name | Description |
|---|---|---|
| DayViewHeader | control | day view header. |
Properties
ColumnCount
Declaration
public int ColumnCount { get; }
Property Value
| Type |
|---|
| System.Int32 |
RowCount
Declaration
public int RowCount { get; }
Property Value
| Type |
|---|
| System.Int32 |
Methods
GetItem(Int32, Int32)
Declaration
public IRawElementProviderSimple GetItem(int row, int column)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | row | |
| System.Int32 | column |
Returns
| Type |
|---|
| System.Windows.Automation.Provider.IRawElementProviderSimple |
GetLocalizedControlTypeCore()
Declaration
protected override string GetLocalizedControlTypeCore()
Returns
| Type |
|---|
| System.String |
GetNameCore()
Gets the text label of DayViewHeader that is associated with DayViewHeaderAutomationPeer.
Declaration
protected override string GetNameCore()
Returns
| Type | Description |
|---|---|
| System.String | Returns the text label of DayViewHeader. |
GetPattern(PatternInterface)
Declaration
public override object GetPattern(PatternInterface patternInterface)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Windows.Automation.Peers.PatternInterface | patternInterface |
Returns
| Type |
|---|
| System.Object |
Implements
System.Windows.Automation.Provider.IGridProvider