New to Telerik UI for WPFStart a free 30-day trial

IGraphSource

Interface

Describes the elements of an MVVM graph source.

Definition

Namespace:Telerik.Windows.Diagrams.Core

Assembly:Telerik.Windows.Diagrams.Core.dll

Syntax:

C#
public interface IGraphSource

Derived Classes: GraphSourceBase<TNode, TLink>ObservableGraphSourceBase<TNode, TLink>SerializableGraphSourceBase<TNode, TLink>

Properties

Gets the items.

C#
IEnumerable Items { get; }

Gets the links.

C#
IEnumerable<ILink> Links { get; }
In this article
DefinitionPropertiesItemsLinks
Not finding the help you need?
Contact Support