ClassAppointmentsPanelAutomationPeer
Class
Represents the Automation Peer for the current Appointments panel.
Definition
Namespace:Telerik.UI.Automation.Peers
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public class AppointmentsPanelAutomationPeer : AutomationPeerBase<AppointmentsPanel>
Inheritance: objectAutomationPeerBase<AppointmentsPanel>AppointmentsPanelAutomationPeer
Inherited Members
Constructors
AppointmentsPanelAutomationPeer(AppointmentsPanel)
Initializes a new instance of the AppointmentsPanelAutomationPeer class.
Declaration
cs-api-definition
public AppointmentsPanelAutomationPeer(AppointmentsPanel owner)
Parameters
owner
Properties
Panel
Gets the owner panel of the AppointmentsPanelAutomationPeer class.
Declaration
cs-api-definition
public AppointmentsPanel Panel { get; }
Property Value
Methods
GetAutomationControlTypeCore()
Declaration
cs-api-definition
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
AutomationControlType
GetChildrenCore()
Declaration
cs-api-definition
protected override IList<AutomationPeer> GetChildrenCore()
Returns
IList<AutomationPeer>
GetLocalizedControlTypeCore()
Declaration
cs-api-definition
protected override string GetLocalizedControlTypeCore()
Returns