NevronOpenVision
Nevron.Nov.Chart.Commands Namespace / NChartCommandAction Class / IsEditAction Property
In This Topic
    IsEditAction Property (NChartCommandAction)
    In This Topic
    Most chart command actions do not modify the control content, so this property is overriden in this base class to return false. It should be overriden to return true in command actions that modify the contol content.
    Syntax
    public override System.bool IsEditAction {get;}
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also