Search
SwimlaneLayout.CustomSortOrder Property
See Also
 






Gets or sets a value indicating whether the nodes in a lane should be arranged according to the custom sort order specified through LayoutTraits.

Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool CustomSortOrder { get; set; }

Visual Basic  Copy Code

Public Property CustomSortOrder As Boolean

 Property Value

A boolean value.

 See Also