Back to Devexpress

TdxGalleryControlGroup Class

vcl-dxgallerycontrol-3de376ef.md

latest1.9 KB
Original Source

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.

Inheritance

TObject TPersistent TComponent TcxCustomComponent TcxComponentCollectionItem TdxCustomGalleryGroup TdxGalleryGroup TdxGalleryControlGroup

See Also

How to: Use Gallery Controls

TdxGalleryControlGroup Members

dxGalleryControl Unit