MindFusion.Wpf Pack Programmer's Guide
Calendar.SaveViewSettings Method
See Also
 





Saves the view settings to the specified JsonObject.

Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf

 Syntax

C#  Copy Code

public void SaveViewSettings (
    JsonObject obj,
    JsonSerializationContext context,
    string name
)

Visual Basic  Copy Code

Public Sub SaveViewSettings( _
    obj As JsonObject, _
    context As JsonSerializationContext, _
    name As String _
)

 Parameters

obj

context

name

 Remarks

If the name is null (Nothing in Visual Basic), the name of the control is used as a key.

 See Also

Calendar Members
Calendar Class
MindFusion.Scheduling.Wpf Namespace