TdxGalleryControlOptionsBehavior Class
Contains gallery control behavior settings.
Declaration
TdxGalleryControlOptionsBehavior = class(
TdxGalleryControlCustomOptions
)
Remarks
The TdxGalleryControlOptionsBehavior class members allow you to do the following:
Switch between item selection modes (ItemCheckMode).
Allow users to select or deselect gallery items with a right-click (SelectOnRightClick).
Mimic the item selection behavior found in standard list views (ItemMultiSelectKind).
Specify if the gallery control can display item hints (ItemShowHint).
Disable the highlight effect for hot-tracked gallery items (ItemHotTrack).
A gallery control’s OptionsBehavior property references a TdxGalleryControlOptionsBehavior object.
Inheritance
TObject
TPersistent
TcxOwnedPersistent
TdxGalleryPersistent
TdxGalleryControlCustomOptions
TdxGalleryControlOptionsBehavior
See Also