GoDigram for .NET Framework and .NET Core
Northwoods.Go.Instruments Namespace / Indicator Class / ActionEnabled Property
In This Topic
    ActionEnabled Property (Indicator)
    In This Topic
    Gets or sets whether the user can adjust the indicators value.
    Syntax
    [Category("Behavior")]
    [DefaultValue(false)]
    [Description("Whether the user can adjust the value of this indicator")]
    public virtual bool ActionEnabled {get; set;}

    Property Value

    The default value is false.
    See Also