MindFusion WinForms Programmer's Guide
Calendar.LoadViewSettings Method (Stream)
See Also
 





Loads the view settings from the specified stream.

Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public void LoadViewSettings (
    Stream stream
)

Visual Basic  Copy Code

Public Sub LoadViewSettings( _
    stream As Stream _
)

 Parameters

stream
A .NET System.IO.Stream to load the settings from.

 Remarks

This method restores view settings (such as the item position within a List view whose FreeDrag property is enabled) where they were previously saved by a call to SaveViewSettings.

 See Also

LoadViewSettings Method Overload List
Calendar Members
Calendar Class
MindFusion.Scheduling.WinForms Namespace
SaveViewSettings Method