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.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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