Back to Devexpress

TdxCustomGalleryGroup Class

vcl-dxgallery-ddebb740.md

latest1.8 KB
Original Source

TdxCustomGalleryGroup Class

A group in a TdxCustomGalleryGroups collection.

Declaration

delphi
TdxCustomGalleryGroup = class(
    TcxComponentCollectionItem,
    IdxGalleryGroup
)

Remarks

A gallery is comprised of groups - visual elements that display captions and child item collections. These groups are represented by TdxGalleryControlGroup objects derived from TdxCustomGalleryGroup.

This class introduces the following main members:

MemberDescription
ItemCountReturns the number of the items that belong to the current TdxCustomGalleryGroup.
ItemsSpecifies the group’s items.
ShowCaptionSpecifies the group header’s visibility.
VisibleSpecifies whether the current group is visible within the control.

TdxCustomGalleryGroup serves as the base class for TdxGalleryGroup and TdxRibbonGalleryGroup.

Implements

IdxGalleryGroup

Inheritance

TObject TPersistent TComponent TcxCustomComponent TcxComponentCollectionItem TdxCustomGalleryGroup

See Also

TdxCustomGalleryGroup Members

dxGallery Unit