Skip to main content

TreeListExportAppearance.MergeWith(Style) Method

Combines the properties of the specified object with the current TreeListExportAppearance instance.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

public override void MergeWith(
    Style style
)

Parameters

Name Type Description
style Style

A Style that represents the object to be combined.

See Also