TdxTileControlOptionsBehavior Class
Stores settings that determine the tile or tile bar control behavior in response to end-user actions.
Declaration
TdxTileControlOptionsBehavior = class(
TcxOwnedPersistent
)
Remarks
This class extends its ancestor with properties that allow you to:
Enable the tile group renaming mode and specify a hint for the active caption editor (GroupRenaming and GroupCaptionHint);
Provide end-user capability to move tile groups and individual tiles (GroupMoving and ItemMoving);
Specify whether an end-user can check tile items (ItemCheckMode);
Specify the type and appearance of tile hot-tracking available to end-users (ItemHotTrackMode, ItemOuterFrameColor, HideFocusOnItemHotTrack and ItemHotTrackHighlightColor);
Specify how the focused tile item is indicated within the control (ItemFocusMode, ItemOuterFrameColor);
Specify whether a tile item is animated in response to a click or tap (ItemPressAnimation);
Switch the tile control content scrolling modes (ScrollMode);
Specify the control’s background relative scrolling speed (BackgroundScrollSync).
The tile control’s OptionsBehavior property references a TdxTileControlOptionsBehavior object.