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





Gets the ListViewSettings object used to customize the visualization of the List view.

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

 Syntax

C#  Copy Code

public ListViewSettings ListViewSettings { get; set; }

Visual Basic  Copy Code

Public Property ListViewSettings As ListViewSettings

 Property Value

An instance of the ListViewSettings class.

 Remarks

Use the ListViewSettings members to customize the appearance of the calendar when CurrentView is set to List.

 See Also

Calendar Members
Calendar Class
MindFusion.Scheduling.Silverlight Namespace