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

TdxSpreadSheetTextBox Class

A text box displayed by a floating text box container.

#Declaration

Delphi
TdxSpreadSheetTextBox = class(
    TdxSpreadSheetCustomTextBox
)

#Remarks

This class does not introduce any new members in addition to those provided by its ancestor. Unlike TdxSpreadSheetCommentTextBox, the TdxSpreadSheetTextBox class publishes the WordWrap property that you can use in addition to the AutoSize property.

For detailed information on properties and methods provided by the TdxSpreadSheetTextBox class, refer to the TdxSpreadSheetCustomTextBox class description.

A TdxSpreadSheetTextBox object is referenced by the text box container’s TextBox property.

See Also