Back to Devexpress

TdxCustomTileControl Events

vcl-dxcustomtilecontrol-dot-tdxcustomtilecontrol-dot-underscore-events.md

latest12.1 KB
Original Source

TdxCustomTileControl Events

The base class for tile controls.

NameDescription
OnActionBarsHide protectedEnables you to respond to hiding action bars caused by specific actions and prohibits the change.
OnActionBarsShow protectedEnables you to respond to showing action bars caused by specific actions and prohibit the change.
OnAlignInsertBeforeInherited from TWinControl.
OnAlignPositionInherited from TWinControl.
OnCanResizeInherited from TControl.
OnClickInherited from TControl.
OnConstrainedResizeInherited from TControl.
OnContextPopupInherited from TControl.
OnDblClickInherited from TControl.
OnDockDropInherited from TWinControl.
OnDockOverInherited from TWinControl.
OnDragDropInherited from TControl.
OnDragOverInherited from TControl.
OnEndDockInherited from TControl.
OnEndDragInherited from TControl.
OnEnterInherited from TWinControl.
OnExitInherited from TWinControl.
OnFocusChanged protectedInherited from TcxControl.
OnGestureInherited from TControl.
OnGetSiteInfoInherited from TWinControl.
OnGetStoredProperties protectedEnables you to customize a list of the tile control’s properties to be stored to external data stores.
OnGetStoredPropertyValue protectedEnables you to provide values for the tile control’s properties to be saved to external data stores.
OnGroupDragBegin protectedEnables you to forbid end-users to drag-and-drop specific tile groups within the control.
OnGroupDragEnd protectedNotifies that an end-user has dropped a dragged tile group at a specific position within the control.
OnGroupDragOver protectedEnables you to prevent end-users from dropping a dragged tile group at a specific position within the control.
OnGroupRemoveWithLastItem protectedEnables you to prevent automatic tile group destruction when its last item is removed or destroyed.
OnInitStoredObject protectedEnables you to initialize tile groups and items that are created when restoring the tile control’s settings from external data stores.
OnItemActivateDetail protectedEnables you to respond to showing the detail page associated with a specified tile item.
OnItemBeforeCheck protectedEnables you to prohibit switching the checked state of tile items.
OnItemCheck protectedEnables you to respond to switching the checked state of tile items.
OnItemDeactivateDetail protectedEnables you to respond to closing the detail page associated with a specified tile item.
OnItemDeactivatingDetail protectedEnables you to prohibit the detail page associated with a specified tile item from closing.
OnItemDragBegin protectedEnables you to prohibit end-users from moving tile items using drag and drop.
OnItemDragEnd protectedEnables you to respond to completing a drag-and-drop operation with tile items (dropping them).
OnItemDragOver protectedEnables you to prohibit end-users from dropping tile items in certain groups.
OnItemFocusChange protectedEnables you to respond to moving focus to a specified tile item.
OnItemFocusChanging protectedEnables you to prohibit moving focus to a specified tile item.
OnKeyDownInherited from TWinControl.
OnKeyPressInherited from TWinControl.
OnKeyUpInherited from TWinControl.
OnMouseActivateInherited from TControl.
OnMouseDownInherited from TControl.
OnMouseEnter protectedOccurs when the mouse pointer enters into the control. Inherited from TcxControl.
OnMouseLeave protectedOccurs when the mouse pointer leaves the control. Inherited from TcxControl.
OnMouseMoveInherited from TControl.
OnMouseUpInherited from TControl.
OnMouseWheelInherited from TControl.
OnMouseWheelDownInherited from TControl.
OnMouseWheelUpInherited from TControl.
OnResizeInherited from TControl.
OnSetStoredPropertyValue protectedEnables you to restore the tile control’s property values from external data stores.
OnStartDockInherited from TControl.
OnStartDragInherited from TControl.
OnUnDockInherited from TWinControl.

See Also

TdxCustomTileControl Class

TdxCustomTileControl Members

dxCustomTileControl Unit