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

TdxGalleryControlItems Class

An item collection in a gallery group.

#Declaration

Delphi
TdxGalleryControlItems = class(
    TdxGalleryItems
)

#Remarks

The class members allow you to do the following:

  • Access items by their indexes (Items).

  • Identify the number of items in the collection (Count).

  • Add items to the collection (Add).

  • Insert and delete items (Insert, Delete, Remove, and Clear).

  • Obtain gallery group items by their positions in the gallery control (GetItemAtPos).

  • Prevent excessive notifications about item collection changes to improve performance (BeginUpdate and EndUpdate).

A gallery group’s Items property references a TdxGalleryControlItems object.

See Also