Skip to main content

TdxSpreadSheetCustomGalleryAction Class

The base class for all action classes that implement gallery commands in spreadsheet-based applications.

Declaration

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.

See Also