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 |
---|---|
ItemCount | Returns the number of the items that belong to the current TdxCustomGalleryGroup. |
Items | Specifies the group’s items. |
ShowCaption | 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.
Implements
Inheritance
TObject
TPersistent
TComponent
TcxCustomComponent
TcxComponentCollectionItem
TdxCustomGalleryGroup
See Also