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

TdxSpreadSheetShowDefinedNameManager Class

Implements the ShowDefinedNameManager command available for a spreadsheet control.

#Declaration

Delphi
TdxSpreadSheetShowDefinedNameManager = class(
    TdxSpreadSheetAction
)

#Remarks

This class does not introduce any new public members. Its overridden Execute function invokes the Name Manager dialog.

"Name Manager" Dialog Example

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

  • Spreadsheet document edit operations are allowed (that is, 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).

Note

The ShowDefinedNameManager command invokes the “Name Manager” dialog in read-only mode if the active worksheet is protected (that is, its OptionsProtection.Protected property is set to True).

To localize the caption of UI elements linked to a TdxSpreadSheetShowDefinedNameManager action object, use the sdxSpreadSheetActionShowDefinedNameManagerCaption resource string.

See Also