Search
Calendar.SaveViewSettings Method (Stream)
See Also
 





Saves the view settings to the specified stream.

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

 Syntax

C#  Copy Code

public void SaveViewSettings (
    Stream stream
)

Visual Basic  Copy Code

Public Sub SaveViewSettings( _
    stream As Stream _
)

 Parameters

stream
A .NET System.IO.Stream to save the settings to.

 Remarks

This method stores the current view settings (such as the item position within a List view whose FreeDrag property is enabled) to the specified stream where they can be subsequently restored from by a call to LoadViewSettings.

 See Also