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

TdxSpreadSheetContainer.Name Property

Specifies the floating container’s optional name.

#Declaration

Delphi
property Name: string read; write;

#Property Value

Type
string

#Remarks

Use this property to assign a meaningful name to the floating container. The Formula Bar control associated with a spreadsheet control, uses the Name property to:

  • Name and rename containers.

  • Identify the focused container by its name.

  • Search a container by its name.

Note

A container collection‘s FindByName function uses the Name property value to perform case-insensitive search.

The Name property’s default value is an empty string.

See Also