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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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