Class EndPointListEditor
Visual editor for entering and displaying a list of network endpoints.
public class EndPointListEditor : UserControl, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IComponentConnector
- Inheritance
-
EndPointListEditor
- Implements
- Inherited Members
- Extension Methods
Constructors
EndPointListEditor()
Initializes a new instance of the EndPointListEditor.
public EndPointListEditor()
Fields
EndPointsProperty
Identifies the EndPoints dependency property.
public static readonly DependencyProperty EndPointsProperty
Field Value
Properties
EndPoints
Gets or sets the collection of endpoints.
public IEnumerable<EndPoint> EndPoints { get; set; }
Property Value
Methods
InitializeComponent()
InitializeComponent
public void InitializeComponent()