Back to Devexpress

TdxCustomGalleryControl Class

vcl-dxgallerycontrol-650e41db.md

latest3.0 KB
Original Source

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:

Implements

IdxSkinSupport

IdxGalleryOwner

Inheritance

TObject TPersistent TComponent TControl TWinControl TCustomControl TcxCustomControl TcxControl TcxScrollingControl TdxCustomGalleryControl

See Also

How to: Use Gallery Controls

TdxCustomGalleryControl Members

dxGalleryControl Unit