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

BaseLayoutItemHitInfo(BaseLayoutItemHitInfo) Constructor

Initializes a new instance of the BaseLayoutItemHitInfo class by copying the settings from the specified hitInfo object.

Namespace: DevExpress.XtraLayout.HitInfo

Assembly: DevExpress.XtraLayout.v19.1.dll

Declaration

public BaseLayoutItemHitInfo(
    BaseLayoutItemHitInfo hitInfo
)

Parameters

Name Type Description
hitInfo BaseLayoutItemHitInfo

A BaseLayoutItemHitInfo object whose settings are copied to the object being created.

Remarks

This constructor supports the internal infrastructure. There is no need to use it directly from your code.

See Also