Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

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