Skip to main content
All docs
V19.1

MVCxGanttColumnCollection.Add(Action<MVCxGanttColumn>) Method

Adds a column to the collection.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.1.dll

Declaration

public void Add(
    Action<MVCxGanttColumn> method
)

Parameters

Name Type Description
method Action<MVCxGanttColumn>

A delegate method that accepts the created GanttColumn as a parameter.

See Also