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

TdxSpreadSheetCustomTextBoxContainer Class

The base class for all text boxes used in the Spreadsheet control.

#Declaration

Delphi
TdxSpreadSheetCustomTextBoxContainer = class(
    TdxSpreadSheetShapeContainer
)

#Remarks

This class is the direct ancestor of the TdxSpreadSheetCommentContainer and TdxSpreadSheetTextBoxContainer classes. All custom container classes that work with text boxes must be derived from this class.

The TdxSpreadSheetCustomTextBoxContainer class extends its ancestor with the TextBox property that allows you to modify both the text box contents and appearance. In custom text box-based derived container classes, you can either publish or override the TextBox property.

You do not need to create instances of the TdxSpreadSheetCustomTextBoxContainer class. Use the TdxSpreadSheetCommentContainer and TdxSpreadSheetTextBoxContainer classes instead.

See Also