Skip to main content
All docs
V19.1

GanttColumnCollection.Item[String] Property

Returns the column with the specified name, field name or caption.

Namespace: DevExpress.Web.ASPxGantt

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

Declaration

public GanttColumn this[string key] { get; }

Parameters

Name Type Description
key String

The column’s name, field name or caption.

Property Value

Type Description
GanttColumn

The gantt column.

See Also