Table of Contents

Class BaseEnumerableEdit

Namespace
StockSharp.Xaml
Assembly
StockSharp.Xaml.dll

Base IEnumerable editor.

public abstract class BaseEnumerableEdit : ButtonEdit
Inheritance
BaseEnumerableEdit
Derived
Extension Methods

Constructors

BaseEnumerableEdit()

Initializes a new instance of the BaseEnumerableEdit.

protected BaseEnumerableEdit()

Properties

EditValueOrEmpty

Value or empty value.

protected object EditValueOrEmpty { get; }

Property Value

object

EmptyValue

Empty value.

protected abstract object EmptyValue { get; }

Property Value

object

Methods

Edit(DependencyObject, ref object)

Show editor window.

protected abstract bool Edit(DependencyObject owner, ref object values)

Parameters

owner DependencyObject

Owner.

values object

Values.

Returns

bool

Operation result.