InterfaceIGraphSource<T>
Interface
Describes the elements of a generic MVVM graph source.
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.Windows.Diagrams.Core.dll
Type Parameters:
T
The type of graph source.
Syntax:
cs-api-definition
public interface IGraphSource<T> : IGraphSource
Properties
Items
Gets the items.
Links
Gets the links.
Declaration
cs-api-definition
IEnumerable<ILink<T>> Links { get; }
Property Value
IEnumerable<ILink<T>>