Copies the settings from the specified PropertiesBase object to the current object.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v19.2.dll
public override void Assign(
PropertiesBase source
)
Public Overrides Sub Assign(
source As PropertiesBase
)
Name | Type | Description |
---|---|---|
source | PropertiesBase | A PropertiesBase object whose settings are assigned to the current object. |
The Assign method copies properties of the PropertiesBase object passed as a parameter to the current object. This allows you to have two objects with identical common properties.