TdxCustomGalleryGroup Class
A group in a TdxCustomGalleryGroups collection.
#Declaration
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:
Member | Description |
---|---|
Item |
Returns the number of the items that belong to the current Tdx |
Items | Specifies the group’s items. |
Show |
Specifies the group header’s visibility. |
Visible | Specifies whether the current group is visible within the control. |
TdxCustomGalleryGroup serves as the base class for TdxGalleryGroup and TdxRibbonGalleryGroup.