RadControls for Silverlight

The service supporting the selection process of diagram items.

Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.Windows.Diagrams.Core (in Telerik.Windows.Diagrams.Core.dll) Version: 2013.1.403.1050

Syntax

C#
public interface ISelectionService<T>
Visual Basic
Public Interface ISelectionService(Of T)

Type Parameters

T
The type of Selection service.

Remarks

Note that this service can be customized and plugged into the ServiceLocator.

See Also