Back to Devexpress

SeriesViewBase.HiddenObject Property

corelibraries-devexpress-dot-xtracharts-dot-seriesviewbase-0451b515.md

latest1.5 KB
Original Source

SeriesViewBase.HiddenObject Property

OBSOLETE

This property is obsolete now.

Gets or sets an object used to support serialization in a SeriesViewBase.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[Browsable(false)]
[DefaultValue(null)]
[Obsolete("This property is obsolete now.")]
public object HiddenObject { get; set; }
vb
<DefaultValue(Nothing)>
<Browsable(False)>
<Obsolete("This property is obsolete now.")>
Public Property HiddenObject As Object

Property Value

TypeDefaultDescription
Objectnull

A Object value.

|

Remarks

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

See Also

SeriesViewBase Class

SeriesViewBase Members

DevExpress.XtraCharts Namespace