Skip to main content
A newer version of this page is available. .
Tab

FilterControlColumnCollection.Item[Int32] Property

Returns the column with the specified index.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public FilterControlColumn this[int index] { get; }

Parameters

Name Type Description
index Int32

An integer that specifies the index of the required column.

Property Value

Type Description
FilterControlColumn

A FilterControlColumn object that represents a column at the specified position. null (Nothing in Visual Basic) if the column isn’t found.

See Also