Back to Devexpress

BaseLayoutItem.Assign(BaseLayoutItem) Method

windowsforms-devexpress-dot-xtralayout-dot-baselayoutitem-dot-assign-x28-devexpress-dot-xtralayout-dot-baselayoutitem-x29.md

latest1.3 KB
Original Source

BaseLayoutItem.Assign(BaseLayoutItem) Method

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

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public virtual void Assign(
    BaseLayoutItem item
)
vb
Public Overridable Sub Assign(
    item As BaseLayoutItem
)

Parameters

NameTypeDescription
itemBaseLayoutItem

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

|

See Also

BaseLayoutItem Class

BaseLayoutItem Members

DevExpress.XtraLayout Namespace