Skip to main content
Tab

PanelPart.CopyFrom(PanelPart) Method

Duplicates the properties of the specified object into the current instance of the PanelPart class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public void CopyFrom(
    PanelPart source
)

Parameters

Name Type Description
source PanelPart

A PanelPart object that represents the object which the settings will be copied from.

Remarks

Use the CopyFrom method to duplicate the properties of the specified PanelPart object into the instance of the PanelPart class from which this method is called.

Note

All properties, including those that have been set in the current instance of the PanelPart class, will be replaced by the associated property in the PanelPart specified by the source parameter.

See Also