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

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; }

IEnumerable<ILink>

Gets the links.

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