Skip to main content

DataFilter.ColumnName Property

Specifies the name of the data field to which the filter condition is applied.

Namespace: DevExpress.Xpf.Charts

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

#Declaration

[XtraSerializableProperty]
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.

#Implements

DevExpress.Charts.Native.IDataFilter.ColumnName
See Also