Interface
IGraphSource<T>

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.

Declaration

cs-api-definition
IEnumerable<T> Items { get; }

Property Value

IEnumerable<T>

Gets the links.

Declaration

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

Property Value

IEnumerable<ILink<T>>

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