Skip to main content
All docs
V19.1

MVCxGanttColumnCollection.Add(String) Method

Adds a column to the collection.

Namespace: DevExpress.Web.Mvc

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

Declaration

public MVCxGanttColumn Add(
    string fieldName
)

Parameters

Name Type Description
fieldName String

The field name.

Returns

Type Description
MVCxGanttColumn

The Gantt column.

See Also