Skip to main content

TcxCustomHitTestController Members

Contains the general HitTest information about a specific point of the editing control.

Constructors

Name Description
Create(TcxCustomControlController) Initializes a new instance of the TcxCustomHitTestController class with specified settings.

Properties

Name Description
EditCellViewInfo
HitAtFilterBox Indicates if the test point belongs to the built-in control’s filter panel.
HitAtFindPanel Indicates if the test point belongs to the built-in Find Panel.
HitAtNavigator Indicates if the test point belongs to the embedded navigator.
HitCode Determines if the test point belongs to a specified editing control element.
HitPoint Specifies the test point within an editing control.
HitState Determines the control element to which the test point belongs.
HitTestItem Specifies the editing control element to which the test point belongs.
HitX Specifies the horizontal coordinate of the point within an editing control.
HitY Specifies the vertical coordinate of the point within an editing control.
IsItemEditCell

Methods

Name Description
CheckDestroyingItem(TObject)
Equals(TObject) Inherited from TObject.
GetHashCode Inherited from TObject.
ReCalculate
ReCalculate(TPoint) Updates the control’s HitTest information.
ToString Inherited from TObject.
See Also