Class DataTypeEdit
- Namespace
- StockSharp.Xaml.PropertyGrid
- Assembly
- StockSharp.Xaml.dll
Editor for DataType.
public class DataTypeEdit : BaseEdit
- Inheritance
-
DataTypeEdit
- Derived
- Extension Methods
Constructors
DataTypeEdit()
Initializes a new instance of the DataTypeEdit.
public DataTypeEdit()
Properties
AllDataTypes
All available DataType.
public static ISet<DataType> AllDataTypes { get; }
Property Value
ClearCommand
Clear command.
public ICommand ClearCommand { get; }
Property Value
DataType
public DataType DataType { get; set; }
Property Value
DataTypes
All available DataType.
public IList<DataType> DataTypes { get; }
Property Value
Methods
CreateEditStrategy()
protected override EditStrategyBase CreateEditStrategy()
Returns
- EditStrategyBase
CreateEditorSettings()
protected override BaseEditSettings CreateEditorSettings()
Returns
- BaseEditSettings
OnApplyTemplate()
public override void OnApplyTemplate()