Skip to main content
All docs
V25.1
  • GanttDataColumn.Assign(CollectionItem) Method

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

    Namespace: DevExpress.Web.ASPxGantt

    Assembly: DevExpress.Web.ASPxGantt.v25.1.dll

    NuGet Package: DevExpress.Web

    Declaration

    public override void Assign(
        CollectionItem source
    )

    Parameters

    Name Type Description
    source CollectionItem

    An object whose settings are assigned to the current object.

    See Also