vcl-dxgallery-59887e10.md
The base for classes describing gallery structure.
TdxCustomGallery = class(
TcxOwnedInterfacedPersistent,
IdxGallery,
IdxGallery2
)
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. |
TObject TPersistent TcxOwnedPersistent TcxOwnedInterfacedPersistent TdxCustomGallery
See Also