Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxSpreadSheetCustomFormulaBar Class

The base class for all classes that implement the Formula Bars that can work with the Spreadsheet and Report Designer controls.

#Declaration

#Remarks

This class implements the interaction and data synchronization between the Formula Bar and a target TdxCustomSpreadSheet class descendant instance. The TdxSpreadSheetCustomFormulaBar class provides the following members that allow you to:

  • Associate the Formula Bar with a target spreadsheet control (SpreadSheet).

  • Expand or collapse the Formula Bar (Expanded).

  • Adjust the expanded Formula Bar’s height (CustomHeight).

  • Identify whether the control has focus (Focused).

  • Move focus out of the control’s Edit Box and discard the current user entry (CancelEditing).

  • Toggle the control’s background transparency (Transparent).

  • Hide or display optional UI elements and manage the Formula AutoComplete functionality (OptionsView and OptionsBehavior).

  • Adjust the Name and Edit Box width (SeparatorPosition).

You do not need to create instances of the TdxSpreadSheetCustomFormulaBar class. Use TdxSpreadSheetFormulaBar instead.

See Also