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

DataFilter.Value Property

Gets or sets the filter value represented by the current data filter item.

Namespace: DevExpress.Xpf.Charts

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

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

Declaration

public object Value { get; set; }

Property Value

Type Description
Object

A Object representing the value by which the series data is filtered.

Remarks

The Value property specifies the value by which series data should be filtered. Note that the Value property is tightly associated with the DataFilter.DataType property of a data filter object: the value assigned to the Value property should correspond to the data type set via the DataFilter.DataType property.

In addition to the value and its data type, a filter condition represented by a particular DataFilter object is defined by the DataFilter.Condition and DataFilter.ColumnName properties.

The following code snippets (auto-collected from DevExpress Examples) contain references to the Value 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