TdxGalleryControlController.Gallery Property
In This Article
Provides access to the gallery’s structure.
#Declaration
Delphi
property Gallery: TdxGalleryControlStructure read;
#Property Value
Type | Description |
---|---|
Tdx |
A gallery structure. |
#Remarks
You can use this property to manage the gallery’s structure. Refer to the TdxGalleryControlStructure class description for information on available options.
See Also