Class SchedulerHeaderControlAutomationPeer
Represents the class that exposes the SchedulerHeaderControl to UI automation.
Inheritance
System.Object
SchedulerHeaderControlAutomationPeer
Namespace: Syncfusion.UI.Xaml.Automation.Peers
Assembly: Syncfusion.SfScheduler.WPF.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
GetChildrenCore()
Gets the collection of child elements of the SchedulerHeaderControl that is associated with this SchedulerHeaderControlAutomationPeer.
Declaration
protected override List<AutomationPeer> GetChildrenCore()
Returns
Type | Description |
---|---|
System.Collections.Generic.List<System.Windows.Automation.Peers.AutomationPeer> | Returns the collection of child elements of the SchedulerHeaderControl. |
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. |