Version

DiagramOptionsPaneMode Enumeration

Specifies whether the diagram items edited by a Infragistics.Controls.Charts.Primitives.DiagramOptionsPane are DiagramNodes, DiagramConnections or both.
This is determined by the contents of the DiagramOptionsPaneDataContext.Items collection.
Syntax
'Declaration
 
Public Enum DiagramOptionsPaneMode 
   Inherits System.Enum
public enum DiagramOptionsPaneMode : System.Enum 
Members
MemberDescription
AllThe options pane edits both DiagramNodes and DiagramConnections.
ConnectionsThe options pane edits DiagramConnections.
NodesThe options pane edits DiagramNodes.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also