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.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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