TdxCustomGallery Class
The base for classes describing gallery structure.
Declaration
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. |
| ItemCheckMode | Specifies how a gallery’s items can be selected. |
| GetCheckedItems | Gets the checked items. |
| UncheckAll | Unchecks all items. |
Inheritance
TObject
TPersistent
TcxOwnedPersistent
TcxOwnedInterfacedPersistent
TdxCustomGallery
See Also