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

TdxSpreadSheetUnfreezePanes Class

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

#Declaration

Delphi
TdxSpreadSheetUnfreezePanes = class(
    TdxSpreadSheetAction
)

#Remarks

This class does not introduce any new public members. Executing this action object unlocks all previously frozen columns and/or rows in the active worksheet.

Technically, the TdxSpreadSheetUnfreezePanes action objects call the active Table View worksheet’s UnfreezePanes procedure.

UI elements linked to a TdxSpreadSheetUnfreezePanes 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).
  • There is at least one frozen row or column in the active worksheet.
See Also