BaseLayoutItemHitInfo Class
Contains information on a specific point within a Layout Control.
Namespace: DevExpress.XtraLayout.HitInfo
Assembly: DevExpress.XtraLayout.v24.2.dll
Declaration
Related API Members
The following members return BaseLayoutItemHitInfo objects:
Remarks
You can return information on a specific point within a Layout Control as follows:
- by calling the LayoutControl.CalcHitInfo method
- via the HitInfo parameter of the LayoutControl.PopupMenuShowing event. This provides details on the clicked point.
The LayoutControl.CalcHitInfo method and the HitInfo parameter return an instance of the BaseLayoutItemHitInfo class. It’s BaseLayoutItemHitInfo.HitType property specifies the type of the element located under the current point.
Inheritance
Object
BaseLayoutItemHitInfo
See Also