Back to Devexpress

SeriesBase.ViewSerializable Property

corelibraries-devexpress-dot-xtracharts-dot-seriesbase-f99ed50a.md

latest1.3 KB
Original Source

SeriesBase.ViewSerializable Property

Gets the string value used to support serialization of the series view.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[Browsable(false)]
[PersistenceMode(PersistenceMode.InnerProperty)]
public IList ViewSerializable { get; }
vb
<Browsable(False)>
<PersistenceMode(PersistenceMode.InnerProperty)>
Public ReadOnly Property ViewSerializable As IList

Property Value

TypeDescription
IList

An object supporting the IList interface.

|

Remarks

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

See Also

SeriesBase Class

SeriesBase Members

DevExpress.XtraCharts Namespace