Skip to main content
All docs
V26.1
  • BaseLayoutItem.Assign(BaseLayoutItem) Method

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

    Namespace: DevExpress.XtraLayout

    Assembly: DevExpress.XtraLayout.v26.1.dll

    NuGet Package: DevExpress.Win.Navigation

    Declaration

    public virtual 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