IGraphSource
Interface
Describes the elements of an MVVM graph source.
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.WinControls.RadDiagram.dll
Syntax:
C#
public interface IGraphSource
Properties
Gets the items.
C#
IEnumerable Items { get; }