'Declaration Public Enum FormulaEditorCommand Inherits System.Enum
public enum FormulaEditorCommand : System.Enum
Member | Description |
---|---|
AutoCompleteItem | Inserts the item from the auto-complete list in the formula at the current edit position. |
CancelDialog | Cancels out of the Infragistics.Controls.Interactions.FormulaEditorDialog. |
ClearFormula | Clears the formula in the Infragistics.Controls.Interactions.FormulaEditorDialog. |
CommitDialog | Commits the formula from the Infragistics.Controls.Interactions.FormulaEditorDialog to the target and closes the dialog. |
DisplayDialog | Displays the Infragistics.Controls.Interactions.FormulaEditorDialog. |
InsertFunction | Inserts the function in the formula. |
InsertOperand | Inserts the operand in the formula. |
InsertOperator | Inserts the operator in the formula. |
NextSyntaxError | Shows the next syntax error of the formula. |
PreviousSyntaxError | Shows the previous syntax error of the formula. |
RedoFormulaEdit | Performs a redo operation in the Infragistics.Controls.Interactions.FormulaEditorDialog. |
UndoFormulaEdit | Performs a undo operation in the Infragistics.Controls.Interactions.FormulaEditorDialog. |
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2