BorderBase.CopyFrom(BorderBase) Method
Duplicates the properties of the specified object into 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 object that represents the object which the settings will be copied from. |
Remarks
Use the CopyFrom method to duplicate the properties of the specified BorderBase object into the instance of the BorderBase class that this method is called from.
Note
All properties, including those that have been set in the current instance of the BorderBase class, will be replaced by the associated property in the BorderBase specified by the border parameter.
See Also