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

FilterControl.GetColumnByFieldName(String) Method

Returns a filter column by the name of the source control’s field.

Namespace: DevExpress.Xpf.Editors.Filtering

Assembly: DevExpress.Xpf.Core.v19.1.dll

Declaration

public FilterColumn GetColumnByFieldName(
    string fieldName
)

Parameters

Name Type Description
fieldName String

A string that specifies the name of the source control’s field.

Returns

Type Description
DevExpress.Xpf.Editors.Filtering.FilterColumn

A DevExpress.Xpf.Editors.Filtering.FilterColumn object representing the filter column; null (Nothing in Visual Basic) if the filter column corresponding to the specified field does not exist.

See Also