TdxCustomGallery Class
In This Article
The base for classes describing gallery structure.
#Declaration
Delphi
TdxCustomGallery = class(
TcxOwnedInterfacedPersistent,
IdxGallery,
IdxGallery2
)
#Remarks
This class serves as the base for the TdxGalleryControlStructure class, which is exposed via the TdxGalleryControl.Gallery property.
TdxCustomGallery introduces the following primary members:
Members | Description |
---|---|
Groups | Provides access to the collection of gallery groups. |
Item |
Specifies how a gallery’s items can be selected. |
Get |
Gets the checked items. |
Uncheck |
Unchecks all items. |
#Inheritance
TObject
TPersistent
TcxOwnedPersistent
TcxOwnedInterfacedPersistent
TdxCustomGallery
See Also