Table of Contents

Class ComboBoxEditExSettings

Namespace
Ecng.Xaml
Assembly
StockSharp.Xaml.dll

Edit settings for ComboBoxEditEx.

public class ComboBoxEditExSettings : ComboBoxEditSettings
Inheritance
ComboBoxEditExSettings
Derived
Extension Methods

Constructors

ComboBoxEditExSettings()

Initializes a new instance of the ComboBoxEditExSettings.

public ComboBoxEditExSettings()

Fields

IsSearchableProperty

Is searchable.

public static readonly DependencyProperty IsSearchableProperty

Field Value

DependencyProperty

ValueProperty

Current value.

public static readonly DependencyProperty ValueProperty

Field Value

DependencyProperty

Properties

ComboBoxEditExSettingsStyleKey

public static ComponentResourceKey ComboBoxEditExSettingsStyleKey { get; }

Property Value

ComponentResourceKey

IsSearchable

Is searchable.

public bool IsSearchable { get; set; }

Property Value

bool

Value

Current value.

public object Value { get; set; }

Property Value

object

Methods

AssignToEditCore(IBaseEdit)

protected override void AssignToEditCore(IBaseEdit e)

Parameters

e IBaseEdit