FilterControlColumnCollection.Item[Int32] Property
In This Article
Returns the column with the specified index.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#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 |
---|---|
Filter |
A Filter |
See Also