Skip to main content
All docs
V19.1

GanttColumnCollection.IndexOf(TreeListColumn) Method

This member supports the internal infrastructure and is not intended to be used directly from your code.

Namespace: DevExpress.Web.ASPxGantt

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

Declaration

public int IndexOf(
    TreeListColumn column
)

Parameters

Name Type Description
column TreeListColumn

A column.

Returns

Type Description
Int32

The index.

See Also