Daily.Assign(Daily) Method
Copies the settings of the specified object to the current object.
Namespace: DevExpress.Web.ASPxGantt
Assembly: DevExpress.Web.ASPxGantt.v20.2.dll
Declaration
public virtual void Assign(
Daily source
)
Public Overridable Sub Assign(
source As Daily
)
Parameters
Name | Type | Description |
---|---|---|
source | Daily | An object whose settings are assigned to the current object. |
See Also
Feedback