PropertyGridEx
StockSharp.Xaml.PropertyGrid
Die erweiterte Tabelle der Einstellungen.
Erbt von: PropertyGridControl
Implementiert: IComponentConnector
Konstruktoren
PropertyGridEx
public PropertyGridEx()
propertyGridEx = PropertyGridEx()
Initialisiert eine neue Instanz von PropertyGridEx.
Eigenschaften
CustomEditors
public static Dictionary<Type, Type> CustomEditors { get; }
value = PropertyGridEx.CustomEditors
Custom Editoren.
ExchangeInfoProvider
public IExchangeInfoProvider ExchangeInfoProvider { get; set; }
value = propertyGridEx.ExchangeInfoProvider
propertyGridEx.ExchangeInfoProvider = value
Der Exchange Boards Provider.
HeaderShowMode
public HeaderShowMode HeaderShowMode { get; set; }
value = propertyGridEx.HeaderShowMode
propertyGridEx.HeaderShowMode = value
Portfolios
public PortfolioDataSource Portfolios { get; set; }
value = propertyGridEx.Portfolios
propertyGridEx.Portfolios = value
Verfügbare Portfolios.
PostImmediately
public bool PostImmediately { get; set; }
value = propertyGridEx.PostImmediately
propertyGridEx.PostImmediately = value
SecurityProvider
public ISecurityProvider SecurityProvider { get; set; }
value = propertyGridEx.SecurityProvider
propertyGridEx.SecurityProvider = value
Der Anbieter von Informationen über Instrumente.
UseCustomIndent
public bool UseCustomIndent { get; set; }
value = propertyGridEx.UseCustomIndent
propertyGridEx.UseCustomIndent = value
Methoden
CreatePropertyGridView
protected override PropertyGridView CreatePropertyGridView()
result = propertyGridEx.CreatePropertyGridView()
GetSelectedObject
public object GetSelectedObject()
result = propertyGridEx.GetSelectedObject()
Holen Sie sich das ausgewählte Objekt.
Rückgabe: Wert.
InitializeComponent
public void InitializeComponent()
propertyGridEx.InitializeComponent()
InitializeComponent
OnSelectedObjectChanged
protected override void OnSelectedObjectChanged(object oldValue, object newValue)
propertyGridEx.OnSelectedObjectChanged(oldValue, newValue)
Der Value Change Handle.
- oldValue
- Vorheriger Wert.
- newValue
- Der neue Wert.
SetSelectedObject
public void SetSelectedObject(Type type, object instance)
propertyGridEx.SetSelectedObject(type, instance)
Setzen Sie das ausgewählte Objekt.
- type
- Typ.
- instance
- Gegenstand.
Felder
ExchangeInfoProviderProperty
public static readonly DependencyProperty ExchangeInfoProviderProperty
value = PropertyGridEx.ExchangeInfoProviderProperty
DependencyProperty für ExchangeInfoProvider.
HeaderShowModeProperty
public static readonly DependencyProperty HeaderShowModeProperty
value = PropertyGridEx.HeaderShowModeProperty
PortfoliosProperty
public static readonly DependencyProperty PortfoliosProperty
value = PropertyGridEx.PortfoliosProperty
DependencyProperty für Portfolios.
PostImmediatelyProperty
public static readonly DependencyProperty PostImmediatelyProperty
value = PropertyGridEx.PostImmediatelyProperty
SecurityProviderProperty
public static readonly DependencyProperty SecurityProviderProperty
value = PropertyGridEx.SecurityProviderProperty
DependencyProperty für SecurityProvider.
UseCustomIndentProperty
public static readonly DependencyProperty UseCustomIndentProperty
value = PropertyGridEx.UseCustomIndentProperty