If folding is enabled, this property determines whether only the current expanded/collapsed state is sent to the client, instead of the complete model.

Field Value

Default value is falseFalsefalsefalse (False in Visual Basic)

Namespace: yWorks.yFiles.Graph.Web
Assembly: yFilesServer (in yFilesServer.dll) Version: 1.8.0.0 (1.8)

Syntax

C#
public bool LocalViewMode { get; set; }
Visual Basic
Public Property LocalViewMode As Boolean
	Get
	Set

See Also