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

TdxGalleryControlGroup Class

A gallery group.

#Declaration

Delphi
TdxGalleryControlGroup = class(
    TdxGalleryGroup
)

#Remarks

The class members allow you to do the following:

  • Access group items by their indexes (Items).

  • Obtain the number of items in the group (ItemCount).

  • Adjust the group’s caption (Caption).

  • Hide the group’s caption (ShowCaption).

  • Move the group between galleries (Collection).

  • Specify the group’s position in the gallery (Index).

  • Hide or display the group (Visible).

A group collection‘s Groups property reference a TdxGalleryControlGroup object.

See Also