Skip to main content
A newer version of this page is available.
All docs
V18.2

XRDataFilter.Value Property

Specifies the value by which series data should be filtered.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

public override object Value { get; set; }

Property Value

Type Description
Object

A Object value.

Remarks

The Value property type should correspond to the DataFilter.DataType setting of the data filter.

When both the Value and XRDataFilter.ValueBinding properties are specified for a data filter, only the ValueBinding setting is taken into account.

See Also