Show / Hide Table of Contents

    Class SettingItemColor

    Typecasts setting as Color item

    Namespace: TradingPlatform.BusinessLayer
    Syntax
    public sealed class SettingItemColor : SettingItem, IBindableEntity, INotifyPropertyChanged, IComparable<SettingItem>, IXElementSerialization

    Constructors

    SettingItemColor()

    Declaration
    public SettingItemColor()

    SettingItemColor(String, Color, Int32)

    Declaration
    public SettingItemColor(string name, Color value, int sortIndex = 0)
    Parameters
    Type Name Description
    System.String name
    Color value
    System.Int32 sortIndex

    Properties

    AllowDisableColor

    Declaration
    public bool AllowDisableColor { get; set; }
    Property Value
    Type Description
    System.Boolean

    Checked

    Declaration
    public bool Checked { get; set; }
    Property Value
    Type Description
    System.Boolean

    ColorText

    Declaration
    public string ColorText { get; set; }
    Property Value
    Type Description
    System.String

    Type

    Declaration
    public override SettingItemType Type { get; }
    Property Value
    Type Description
    TradingPlatform.BusinessLayer.SettingItemType
    Overrides
    TradingPlatform.BusinessLayer.SettingItem.Type

    WithCheckBox

    Declaration
    public bool WithCheckBox { get; set; }
    Property Value
    Type Description
    System.Boolean

    Implements

    INotifyPropertyChanged
    IComparable<>
    Back to top Copyright QUANTOWER LLC. © 2017-2021. All rights reserved.