FilterControlColumnCollection.Item[String] Property
Returns the column with the specified filter property name.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| propertyName | String | A String value that specifies the column’s filter property name. |
Property Value
| Type | Description |
|---|---|
| FilterControlColumn | A FilterControlColumn object that represents a column with the specified filter property name. null (Nothing in Visual Basic) if the column isn’t found. |
Remarks
The Item property allows you to obtain a column by specifying its filter property’s name. If the column’s FilterControlColumn.PropertyName property matches the propertyName parameter, it is returned by the Item property.
See Also