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

TdxCustomGalleryControl Class

The base class for gallery controls.

#Declaration

Delphi
TdxCustomGalleryControl = class(
    TcxScrollingControl,
    IdxSkinSupport,
    IdxGalleryOwner
)

#Remarks

This class extends its ancestor with members that allow you to do the following:

  • Populate the control with groups and items (Gallery).

  • Set the image source for gallery control items (Images).

  • Adjust how the gallery control arranges and displays elements (OptionsView).

  • Customize the behavior of gallery items (OptionsBehavior).

  • Respond to clicks on items and item selection changes (OnItemClick).

  • Scroll the gallery to bring an item into view (MakeItemVisible).

  • Manage drag-and-drop operations (Controller).

  • Prevent excessive gallery redraws to improve performance (BeginUpdate and EndUpdate).

The TdxCustomGalleryControl class has the following descendants:

See Also