Skip to main content

Monthly.Assign(Daily) Method

Copies the settings of the specified object to the current object.

Namespace: DevExpress.Web.ASPxGantt

Assembly: DevExpress.Web.ASPxGantt.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public override void Assign(
    Daily source
)

Parameters

Name Type Description
source Daily

An object whose settings are assigned to the current object.

See Also