Skip to main content

TreeListExportStyles.CopyFrom(TreeListExportStyles) Method

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

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public void CopyFrom(
    TreeListExportStyles styles
)

Parameters

Name Type Description
styles TreeListExportStyles

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

See Also