Back to Devexpress

TcxCustomGridView Events

vcl-cxgridcustomview-dot-tcxcustomgridview-dot-underscore-events.md

latest3.1 KB
Original Source

TcxCustomGridView Events

The base class for all grid Views.

NameDescription
DataControllerEvents
OnCustomization protected
OnDblClickOccurs when an end-user double-clicks within the current View.
OnDragDropOccurs when a user drops the object being dragged within the current View.
OnDragOverOccurs when a user drags an object over the current View.
OnEndDragOccurs when finishing dragging an object.
OnGetStoredPropertiesOccurs when the list of the current View’s properties that will be stored in external storage is produced.
OnGetStoredPropertyValueOccurs when the values of the current View’s properties are stored in external storage.
OnInitStoredObject protectedOccurs when a non-existent View element that is present within storage is created within the View.
OnKeyDown
OnKeyPress
OnKeyUp
OnMouseDownOccurs when an end-user presses a mouse button and the mouse pointer is located over the current View.
OnMouseEnterOccurs when the mouse pointer moves over the current View.
OnMouseLeaveOccurs when the mouse pointer leaves the current View.
OnMouseMove
OnMouseUpOccurs when an end-user releases a mouse button that was pressed and the mouse pointer is located over the current View.
OnMouseWheel
OnMouseWheelDown
OnMouseWheelUp
OnSetStoredPropertyValueOccurs when the values of the current View’s properties are restored from external storage.
OnStartDragOccurs when a user starts dragging by left-clicking the current View.
StylesEvents

See Also

TcxCustomGridView Class

TcxCustomGridView Members

cxGridCustomView Unit