Skip to main content

DataFilter() Constructor

Initializes a new instance of the DataFilter class with the default settings.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public DataFilter()

Remarks

Note that when creating a DataFilter object via this constructor method, the DataFilter.ColumnName property will be initially set to Empty, the DataFilter.DataType will be set to “System.String”, the DataFilter.Condition property will be set to DataFilterCondition.Equal, and the DataFilter.Value property will be set to null (Nothing in Visual Basic).

See Also