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

TdxSpreadSheetFormulaBarOptionsView.ShowNameBox Property

Specifies if the Formula Bar control displays the Name Box.

#Declaration

Delphi
property ShowNameBox: Boolean read; write; default True;

#Property Value

Type Default
Boolean True

#Remarks

Set this property to False or True to hide or display the Name Box that shows the focused cell or floating container, the defined name corresponding to the active cell selection, or dimensions of the currently selected cell range during a drag selection operation. Additionally, the Name Box can:

  • Name or rename the focused floating container.

  • Search a floating container if it has an assigned name.

  • Create a new defined name from the active cell selection and a specified unique name.

  • Select a cell range to which the specified defined name refers.

Value Example
True Name Box is Visible
False Name Box is Hidden

The ShowNameBox property’s default value is True.

See Also