TdxSpreadSheetCustomGalleryAction Class
In This Article
The base class for all action classes that implement gallery commands in spreadsheet-based applications.
#Declaration
Delphi
TdxSpreadSheetCustomGalleryAction = class(
TdxSpreadSheetAction,
IdxActionGalleryClient,
IdxLocalizerListener
)
#Remarks
Gallery action classes implement commands that allow an end-user to select an option from the list displayed by a Ribbon gallery item (or a bar subitem in Toolbar UI). The TdxSpreadSheetCustomGalleryAction class provides a basic IdxActionGalleryClient interface implementation.
You do not need to create instances of the TdxSpreadSheetCustomGalleryAction class. Use its descendants instead.
#Inheritance
Show 11 items
TObject
TPersistent
TComponent
TBasicAction
TContainedAction
TCustomAction
TAction
TdxBasicAction
TdxCustomAction
TdxSpreadSheetAction
TdxSpreadSheetCustomGalleryAction
See Also