RadControls for WPF

This class is obsolete. Please use AppointmentsPanelAutomationPeer that is under the Telerik.Windows.Automation.Peers namespace instead.

Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.ScheduleView (in Telerik.Windows.Controls.ScheduleView.dll) Version: 2013.1.403.40

Syntax

C#
public class AppointmentsPanelAutomationPeer : AutomationPeerBase<AppointmentsPanel>
Visual Basic
Public Class AppointmentsPanelAutomationPeer _
	Inherits AutomationPeerBase(Of AppointmentsPanel)

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows.Automation.Peers..::..AutomationPeer
      System.Windows.Automation.Peers..::..UIElementAutomationPeer
        System.Windows.Automation.Peers..::..FrameworkElementAutomationPeer
          Telerik.Windows.Controls..::..AutomationPeerBase<(Of <(<'AppointmentsPanel>)>)>
            Telerik.Windows.Controls..::..AppointmentsPanelAutomationPeer
              Telerik.Windows.Automation.Peers..::..AppointmentsPanelAutomationPeer

See Also