Skip to main content
A newer version of this page is available. .

BaseLayoutItemHitInfo Class

Contains information on a specific point within a Layout Control.

Namespace: DevExpress.XtraLayout.HitInfo

Assembly: DevExpress.XtraLayout.v19.1.dll

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