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

DataFilter.ValueSerializable Property

OBSOLETE

This property is now obsolete. Use the InvariantValueSerializable property instead.

Gets or sets the string value used to support serialization of the DataFilter.Value property.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

[Obsolete("This property is now obsolete. Use the InvariantValueSerializable property instead.")]
[Browsable(false)]
[XtraSerializableProperty]
public string ValueSerializable { get; set; }

Property Value

Type Description
String

A String value.

Remarks

This property is hidden and intended for internal use only. Normally you don’t need to use it.

See Also