Show / Hide Table of Contents

    Class SettingItemAction

    Typecasts setting as Button item

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

    Constructors

    SettingItemAction()

    Declaration
    public SettingItemAction()

    SettingItemAction(String, SettingItemActionDelegate, Int32)

    Declaration
    public SettingItemAction(string name, SettingItemActionDelegate value, int sortIndex = 0)
    Parameters
    Type Name Description
    System.String name
    TradingPlatform.BusinessLayer.SettingItemActionDelegate value
    System.Int32 sortIndex

    SettingItemAction(SettingItemAction)

    Declaration
    public SettingItemAction(SettingItemAction settingItem)
    Parameters
    Type Name Description
    SettingItemAction settingItem

    Properties

    LabelText

    Declaration
    public string LabelText { 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

    Implements

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