MindFusion.Scheduling for Silverlight Programmer's Guide
ListViewSettings.Orientation Property
See Also
 





Gets or sets a value indicating whether the cells are displayed horizontally or vertically.

Namespace: MindFusion.Scheduling.Silverlight
Assembly: MindFusion.Scheduling.Silverlight

 Syntax

C#  Copy Code

public Orientation Orientation { get; set; }

Visual Basic  Copy Code

Public Property Orientation As Orientation

 Property Value

A member of the Orientation enumeration.

Unsetting the Property Value

Unset the local value of this property to use the corresponding value from the current theme. To unset the property value, call ClearValue on the settings containing the property and pass a reference to the DependencyProperty representing the property.

 Remarks

If this property is set to Horizontal, the view header is displayed at the top and the day cells are arranged in a horizontal row underneath it. If set to Vertical, the header is displayed on the left side and the days are arranged in a vertical row on the right.

 See Also

ListViewSettings Members
ListViewSettings Class
MindFusion.Scheduling.Silverlight Namespace