ClassConnectorCollection
Class
An custom observable collection of connectors.
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.Windows.Diagrams.Core.dll
Syntax:
cs-api-definition
public class ConnectorCollection : ObservableCollection<IConnector>, IList<IConnector>, ICollection<IConnector>, IList, ICollection, IReadOnlyList<IConnector>, IReadOnlyCollection<IConnector>, IEnumerable<IConnector>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
Inheritance: objectCollection<IConnector>ObservableCollection<IConnector>ConnectorCollection
Implements:
Inherited Members
Constructors
ConnectorCollection()
Declaration
cs-api-definition
public ConnectorCollection()
Properties
this[string]
Gets the IConnector with at specified position.
Declaration
cs-api-definition
public IConnector this[string name] { get; }
Parameters
name
Property Value
Methods
Contains(string)
Determines whether the collection contains a connector with the specified name.