Class SchedulerHeaderControlAutomationPeer
Represents the class that exposes the SchedulerHeaderControl to UI automation.
Inheritance
System.Object
SchedulerHeaderControlAutomationPeer
Namespace: Syncfusion.UI.Xaml.Automation.Peers
Assembly: Syncfusion.Scheduler.WinUI.dll
Syntax
public class SchedulerHeaderControlAutomationPeer : FrameworkElementAutomationPeer
Constructors
SchedulerHeaderControlAutomationPeer(SchedulerHeaderControl)
Initializes a new instance of the SchedulerHeaderControlAutomationPeer class.
Declaration
public SchedulerHeaderControlAutomationPeer(SchedulerHeaderControl headerControl)
Parameters
| Type | Name | Description |
|---|---|---|
| SchedulerHeaderControl | headerControl | The scheduler header. |
Methods
GetLocalizedControlTypeCore()
Declaration
protected override string GetLocalizedControlTypeCore()
Returns
| Type |
|---|
| System.String |
GetNameCore()
Gets the text label of SchedulerHeaderControl that is associated with SchedulerHeaderControlAutomationPeer.
Declaration
protected override string GetNameCore()
Returns
| Type | Description |
|---|---|
| System.String | Returns the text label of SchedulerHeaderControl. |