PaletteCategory
StockSharp.Xaml.Diagram.Avalonia.Controls
Categoría de productos de paleta.
Propiedades
IsExpanded
public bool IsExpanded { get; set; }
value = paletteCategory.IsExpanded
paletteCategory.IsExpanded = value
Si la categoría se expande en la UI.
Items
public IList<PaletteItem> Items { get; set; }
value = paletteCategory.Items
paletteCategory.Items = value
Artículos en esta categoría.
Name
public string Name { get; set; }
value = paletteCategory.Name
paletteCategory.Name = value
Nombre de la categoría.
Métodos
ToString
public override string ToString()
result = paletteCategory.ToString()
Convertirse en una representación de línea.
Devuelve: Rendimiento de cuerda.