TdxCustomGalleryControl.Controller Property
In This Article
Provides access to the gallery control’s controller.
#Declaration
Delphi
property Controller: TdxGalleryControlController read;
#Property Value
Type | Description |
---|---|
Tdx |
Handles a gallery control’s user input. |
#Remarks
Refer to the TdxGalleryControlController class description for information on available options.
See Also