Table of Contents

Class IpListEditor

Namespace
StockSharp.Xaml
Assembly
StockSharp.Xaml.dll

Editor for IPAddress collection.

public class IpListEditor : BaseEnumerableEdit<IPAddress>
Inheritance
IpListEditor
Extension Methods

Constructors

IpListEditor()

public IpListEditor()

Methods

Edit(DependencyObject, ref IEnumerable<IPAddress>)

Show editor window.

protected override bool Edit(DependencyObject owner, ref IEnumerable<IPAddress> values)

Parameters

owner DependencyObject

Owner.

values IEnumerable<IPAddress>

Values.

Returns

bool

Operation result.