The DockLastChildToEnd property determines whether the last child element should be docked to the bottom right corner of the AppointmentWrapPanel. The default value is False. This is a dependency property.

Namespace:  C1.WPF.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
public bool DockLastChildToEnd { get; set; }
Visual Basic (Declaration)
Public Property DockLastChildToEnd As Boolean
	Get
	Set

Remarks

For the sample of using look at IntervalAppointmentTemplate in Office 2007 themes. It always shows appointment icons in the bottom right corner of the AppointmentWrapPanel.

This is a dependency property.

See Also