Back to Devexpress

Range.MinValueSerializable Property

corelibraries-devexpress-dot-xtracharts-dot-range-936ec519.md

latest1.4 KB
Original Source

Range.MinValueSerializable Property

Gets or sets the value used to support serialization of the Range.MinValue property.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[Browsable(false)]
public virtual string MinValueSerializable { get; set; }
vb
<Browsable(False)>
Public Overridable Property MinValueSerializable As String

Property Value

TypeDescription
String

A String value, representing an equivalent of the Range.MinValue property in an invariant locale.

|

Remarks

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

See Also

Range Class

Range Members

DevExpress.XtraCharts Namespace