Skip to main content
A newer version of this page is available. .
Tab

ImagesBase.CopyFrom(ImagesBase) Method

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public virtual void CopyFrom(
    ImagesBase source
)

Parameters

Name Type Description
source ImagesBase

An ImagesBase object that represents an object which the settings will be copied from.

See Also