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

TdxSpreadSheetCommentTextBox Class

A text box displayed by a floating comment container.

#Declaration

Delphi
TdxSpreadSheetCommentTextBox = class(
    TdxSpreadSheetCustomTextBox
)

#Remarks

This class does not introduce any new members in addition to those provided by its ancestor. For detailed information on properties and methods provided by the TdxSpreadSheetCommentTextBox class, refer to the TdxSpreadSheetCustomTextBox class description.

A TdxSpreadSheetCommentTextBox object is referenced by the comment container’s TextBox property.

See Also