LayoutControlItem.Assign(BaseLayoutItem) Method
Assigns the specified object’s property values to the current object’s corresponding properties.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
item | BaseLayoutItem | The object whose property values to assign to the current object’s corresponding properties. |
See Also