Version

Infragistics.Controls.Interactions.Primitives Namespace

Classes
 ClassDescription
ClassAutoCompleteItemCommand A command that inserts the item from the auto-complete list in the formula at the current edit position.
ClassAutoCompleteList Contains a list of auto-complete items based on user input in a formula editor.
ClassAutoCompleteListItem Represents an item in the auto-complete list.
ClassAutoCompleteListStackPanel A panel which displays items in the AutoCompleteList.
ClassCancelDialogCommand A command that cancels out of the Infragistics.Controls.Interactions.FormulaEditorDialog.
ClassClearFormulaCommand A command that clears the formula in the Infragistics.Controls.Interactions.FormulaEditorDialog.
ClassCommitDialogCommand A command that commits the formula from the Infragistics.Controls.Interactions.FormulaEditorDialog to the target and closes the dialog.
ClassContextualHelpHost Control used to host all popups and elements needed for contextual help support.
ClassDisplayDialogCommand A command that displays the Infragistics.Controls.Interactions.FormulaEditorDialog.
ClassFilteredCollection<T> A collection that can be filtered based on any predicate.
ClassFormulaEditorCommandBase Base class for commands that deal with the Infragistics.Controls.Interactions.XamFormulaEditor or Infragistics.Controls.Interactions.FormulaEditorDialog object.
ClassFormulaEditorCommandSource The command source object for the Infragistics.Controls.Interactions.XamFormulaEditor or Infragistics.Controls.Interactions.FormulaEditorDialog object.
ClassFormulaEditorTextBox A custom RichTextBox used for formula editing.
ClassFormulaElementContentControl The root element for functions or operands in the Infragistics.Controls.Interactions.FormulaEditorDialog.
ClassFunctionCategory Represents a function category and contains all functions within that category.
ClassFunctionInfo Provides information about it a function being displayed in the Infragistics.Controls.Interactions.FormulaEditorDialog.
ClassInsertFunctionCommand A command that inserts the function in the formula.
ClassInsertOperandCommand A command that inserts the operand in the formula.
ClassInsertOperatorCommand A command that inserts the operator in the formula.
ClassNextSyntaxErrorCommand A command that shows the next syntax error of the formula.
ClassOperandInfo Represents an operand for functions or an item that owns operands.
ClassOperatorInfo Represents a built in operator that is displayed in the Infragistics.Controls.Interactions.FormulaEditorDialog.
ClassPreviousSyntaxErrorCommand A command that shows the previous syntax error of the formula.
ClassRedoFormulaEditCommand A command that performs a redo operation in the Infragistics.Controls.Interactions.FormulaEditorDialog.
ClassSearchTypeValue Contains a search type enumeration value and its localized description.
ClassSyntaxErrorInfo Provides information about a syntax error in a formula.
ClassUndoFormulaEditCommand A command that performs a undo operation in the Infragistics.Controls.Interactions.FormulaEditorDialog.
Enumerations
 EnumerationDescription
EnumerationFormulaEditorCommand An enumeration of available commands for the formula editor and dialog
See Also