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