Table of Contents

Class EndPointListEditor

Namespace
Ecng.Xaml
Assembly
StockSharp.Xaml.dll

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

DependencyProperty

Properties

EndPoints

Gets or sets the collection of endpoints.

public IEnumerable<EndPoint> EndPoints { get; set; }

Property Value

IEnumerable<EndPoint>

Methods

InitializeComponent()

InitializeComponent

public void InitializeComponent()