EndPointListEditor

Ecng.Xaml

Visual editor for entering and displaying a list of network endpoints.

Inherits: UserControl

Implements: IComponentConnector

Constructors

EndPointListEditor
public EndPointListEditor()
endPointListEditor = EndPointListEditor()

Initializes a new instance of the EndPointListEditor.

Properties

EndPoints
public IEnumerable<EndPoint> EndPoints { get; set; }
value = endPointListEditor.EndPoints
endPointListEditor.EndPoints = value

Gets or sets the collection of endpoints.

Methods

InitializeComponent
public void InitializeComponent()
endPointListEditor.InitializeComponent()

InitializeComponent

Fields

EndPointsProperty
public static readonly DependencyProperty EndPointsProperty
value = EndPointListEditor.EndPointsProperty

Identifies the EndPoints dependency property.