Version

FormulaEditorCommand Enumeration

An enumeration of available commands for the formula editor and dialog
Syntax
'Declaration
 
Public Enum FormulaEditorCommand 
   Inherits System.Enum
public enum FormulaEditorCommand : System.Enum 
Members
MemberDescription
AutoCompleteItemInserts the item from the auto-complete list in the formula at the current edit position.
CancelDialogCancels out of the Infragistics.Controls.Interactions.FormulaEditorDialog.
ClearFormulaClears the formula in the Infragistics.Controls.Interactions.FormulaEditorDialog.
CommitDialogCommits the formula from the Infragistics.Controls.Interactions.FormulaEditorDialog to the target and closes the dialog.
DisplayDialogDisplays the Infragistics.Controls.Interactions.FormulaEditorDialog.
InsertFunctionInserts the function in the formula.
InsertOperandInserts the operand in the formula.
InsertOperatorInserts the operator in the formula.
NextSyntaxErrorShows the next syntax error of the formula.
PreviousSyntaxErrorShows the previous syntax error of the formula.
RedoFormulaEditPerforms a redo operation in the Infragistics.Controls.Interactions.FormulaEditorDialog.
UndoFormulaEditPerforms a undo operation in the Infragistics.Controls.Interactions.FormulaEditorDialog.
Requirements

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

See Also