FilterControlColumnCollection.Item[String] Property
In This Article
Returns the column with the specified filter property name.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public FilterControlColumn this[string propertyName] { get; }
#Parameters
Name | Type | Description |
---|---|---|
property |
String | A String value that specifies the column’s filter property name. |
#Property Value
Type | Description |
---|---|
Filter |
A Filter |
#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