FilterControlColumnCollection.Item[Int32] Property
Returns the column with the specified index.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v23.1.dll
NuGet Package: DevExpress.Web
Declaration
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