Skip to main content

TreeListExportAppearance.CopyFrom(Style) Method

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

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

public override void CopyFrom(
    Style style
)

Parameters

Name Type Description
style Style

A Style object whose settings will be copied.

Remarks

All properties, including those that have been set in the current instance, will be replaced by the associated property in the specified style object.

See Also