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

TreeListExportAppearance.MergeWith(Style) Method

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

Namespace: DevExpress.Web.ASPxTreeList

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

Declaration

public override void MergeWith(
    Style style
)

Parameters

Name Type Description
style Style

A Style that represents the object to be combined.

See Also