AppointmentsPanel
Class
Represents a panel that arranges the appointments in RadScheduleView control.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.ScheduleView.dll
Syntax:
C#
public class AppointmentsPanel : Panel
Inheritance: objectAppointmentsPanel
Constructors
C#
public AppointmentsPanel()
Fields
OrientationProperty
DependencyProperty
Identifies Orientation dependency property.
C#
public static readonly DependencyProperty OrientationProperty
Properties
Orientation
Orientation
Defines the orientation of the panel. This is a dependency property.
C#
public Orientation Orientation { get; set; }
Methods
C#
protected override Size ArrangeOverride(Size finalSize)
Size
C#
protected override Size MeasureOverride(Size availableSize)
Size
OnCreateAutomationPeer()
AutomationPeer
C#
protected override AutomationPeer OnCreateAutomationPeer()
AutomationPeer