DataTypeEdit
StockSharp.Xaml.PropertyGrid
Editor for DataType.
Inherits: BaseEdit
Constructors
DataTypeEdit
public DataTypeEdit()
dataTypeEdit = DataTypeEdit()
Initializes a new instance of the DataTypeEdit.
Properties
AllDataTypes
public static ISet<DataType> AllDataTypes { get; }
value = DataTypeEdit.AllDataTypes
All available DataType.
DataType
public DataType DataType { get; set; }
value = dataTypeEdit.DataType
dataTypeEdit.DataType = value
DataType
DataTypes
public IList<DataType> DataTypes { get; }
value = dataTypeEdit.DataTypes
All available DataType.
Methods
CreateEditorSettings
protected override BaseEditSettings CreateEditorSettings()
result = dataTypeEdit.CreateEditorSettings()
CreateEditStrategy
protected override EditStrategyBase CreateEditStrategy()
result = dataTypeEdit.CreateEditStrategy()
OnApplyTemplate
public override void OnApplyTemplate()
dataTypeEdit.OnApplyTemplate()
Builds the visual tree for the LayoutTransformer control when a new template is applied.