Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

[Obsolete("This property is now obsolete. Use the InvariantValueSerializable property instead.")]
[Browsable(false)]
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