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

DataFilter.ColumnName Property

Gets or sets the name of the data field which the filter condition is applied to.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public string ColumnName { get; set; }

Property Value

Type Description
String

A String value that specifies the name of the corresponding data field.

Remarks

Use the ColumnName property to specify the data field whose values are taken in account when applying the filter condition defined by the current filter item. The ColumnName property specifies the name of the required data field from the data source which the corresponding series is bound to. Note that the series should be bound to the specified field (either via its Series.ArgumentDataMember or Series.ValueDataMember property) in order for the applied filtering to take effect.

The following code snippets (auto-collected from DevExpress Examples) contain references to the ColumnName property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also