New to Telerik UI for WPFStart a free 30-day trial

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)
Parameters:finalSizeSizeReturns:

Size

C#
protected override Size MeasureOverride(Size availableSize)
Parameters:availableSizeSizeReturns:

Size

C#
protected override AutomationPeer OnCreateAutomationPeer()
Returns:

AutomationPeer