Skip to main content
All docs
V19.1

XRDataFilter.Value Property

Specifies the value by which series data should be filtered.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

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