menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum FormulaInfoSetAction - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Enum FormulaInfoSetAction

    Flags the reason that quickValueSet was raised.

    Namespace: Syncfusion.Calculate
    Assembly: Syncfusion.Calculate.Base.dll
    Syntax
    public enum FormulaInfoSetAction
    Remarks

    When QuickValueSet event is raised, it passes an argument of FormulaInfoSetAction to indicate what was being assigned to the CalcQuick object using an indexer.

    Fields

    Name Description
    CalculatedValueSet

    A calculated value was assigned.

    FormulaSet

    A formula (string starting with FormulaCharacter) was assigned.

    NonFormulaSet

    Something other than a formula was assigned.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved