windowsforms-devexpress-dot-xtralayout-dot-hitinfo.md
Contains information on a specific point within a Layout Control.
Namespace : DevExpress.XtraLayout.HitInfo
Assembly : DevExpress.XtraLayout.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
public class BaseLayoutItemHitInfo
Public Class BaseLayoutItemHitInfo
The following members return BaseLayoutItemHitInfo objects:
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.
Object BaseLayoutItemHitInfo
See Also