Skip to main content

LayoutControlItem.Assign(BaseLayoutItem) Method

Assigns the specified object’s property values to the current object’s corresponding properties.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public override void Assign(
    BaseLayoutItem item
)

Parameters

Name Type Description
item BaseLayoutItem

The object whose property values to assign to the current object’s corresponding properties.

See Also