ClassConnectorCollection
Class
An custom observable collection of connectors.
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.WinControls.RadDiagram.dll
Syntax:
cs-api-definition
public class ConnectorCollection : ObservableCollection<IConnector>, IList, ICollection, 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.