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

TdxSpreadSheetPreviousComment Class

An action object that corresponds to the PreviousComment command provided by the Spreadsheet and Report Designer controls.

#Declaration

Delphi
TdxSpreadSheetPreviousComment = class(
    TdxSpreadSheetCustomCommentNavigationAction
)

#Remarks

This class does not introduce any new public members. Executing this action object moves focus to the nearest floating comment container located above and/or to the left of the current selection.

UI elements linked to a TdxSpreadSheetPreviousComment action object are enabled only if the following conditions are met:

  • Spreadsheet document editing is allowed (i.e., the control’s OptionsBehavior.Editing property is set to True).
  • An in-place cell editor is inactive (the active worksheet‘s IsEditing property returns False).
  • There is a comment container located above and/or to the left of the current selection.
See Also