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





Loads the view settings under the specified name from the specified JsonObject.

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

 Syntax

C#  Copy Code

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

Visual Basic  Copy Code

Public Sub LoadViewSettings( _
    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