Interface
IGraphSource

Describes the elements of an MVVM graph source.

Definition

Namespace:Telerik.Windows.Diagrams.Core

Assembly:Telerik.Windows.Diagrams.Core.dll

Syntax:

cs-api-definition
public interface IGraphSource

Properties

Items

Gets the items.

Declaration

cs-api-definition
IEnumerable Items { get; }

Property Value

IEnumerable

Gets the links.

Declaration

cs-api-definition
IEnumerable<ILink> Links { get; }

Property Value

IEnumerable<ILink>

In this article
DefinitionPropertiesItemsLinks
Not finding the help you need?
Contact Support