Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

BaseLayoutItemHitInfo Class

Contains information on a specific point within a Layout Control.

Namespace: DevExpress.XtraLayout.HitInfo

Assembly: DevExpress.XtraLayout.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

public class BaseLayoutItemHitInfo

The following members return BaseLayoutItemHitInfo objects:

#Remarks

You can return information on a specific point within a Layout Control as follows:

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