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.Title Property

Specifies a title for the alternative text block associated with a floating container.

#Declaration

Delphi
property Title: string read; write;

#Property Value

Type
string

#Remarks

A floating container title corresponds to the Title field of the “Alternative Text” block for floating containers in Microsoft Excel®. Screen readers use the alternative title and description to narrate a floating container.

Use the Title and Description properties to set up the floating container’s alternative description for further use in spreadsheet applications that have the alternative text functionality. Spreadsheet controls do not display alternative text fields, and these properties ensure compatibility with the XLS and XLSX document formats.

See Also