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

FilterControlColumnCollection.Item[String] Property

Returns the column with the specified filter property name.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public FilterControlColumn this[string propertyName] { get; }

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