Skip to main content
Tab

BorderBase.MergeWith(BorderBase) Method

Combines the properties of the specified BorderBase with the current instance of the BorderBase class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public void MergeWith(
    BorderBase border
)

Parameters

Name Type Description
border BorderBase

A BorderBase that represents the object to combine.

Remarks

Use the MergeWith method to combine the properties of the specified BorderBase object with the instance of the BorderBase class that this method is called from.

Note

All properties, except those that have already been set on the current instance of the BorderBase class, will be replaced by the corresponding property of the BorderBase specified by the border parameter.

See Also