PartManagerFilter

StockSharp.Xaml.Diagram.GXDiagram

This enumeration lists ways in which the PartManager filter methods can automatically restrict which model data get realized by actual Nodes and Links.

Fields

CollapsedSubGraphMembers
public const PartManagerFilter CollapsedSubGraphMembers
value = PartManagerFilter.CollapsedSubGraphMembers

The members of collapsed group nodes are not realized.

CollapsedTreeChildren
public const PartManagerFilter CollapsedTreeChildren
value = PartManagerFilter.CollapsedTreeChildren

The children of collapsed tree nodes are not realized.

None
public const PartManagerFilter None
value = PartManagerFilter.None

All model data get realized by nodes and links; this is the default value for Filter.