Back to Devexpress

BaseLayoutItemHitInfo Class

windowsforms-devexpress-dot-xtralayout-dot-hitinfo.md

latest2.3 KB
Original Source

BaseLayoutItemHitInfo Class

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

Declaration

csharp
public class BaseLayoutItemHitInfo
vb
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

BaseLayoutItemHitInfo Members

CalcHitInfo(Point)

DevExpress.XtraLayout.HitInfo Namespace