Back to Devexpress

SunburstItem.TypeNameSerializable Property

windowsforms-devexpress-dot-xtratreemap-dot-sunburstitem-56ce700f.md

latest1.4 KB
Original Source

SunburstItem.TypeNameSerializable Property

Returns the string value that helps the DevExpress Serializer serialize the specific sunburst item type.

Namespace : DevExpress.XtraTreeMap

Assembly : DevExpress.XtraTreeMap.v25.2.dll

NuGet Package : DevExpress.TreeMap

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[NonTestableProperty]
[XtraSerializableProperty]
public string TypeNameSerializable { get; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
<NonTestableProperty>
<XtraSerializableProperty>
Public ReadOnly Property TypeNameSerializable As String

Property Value

TypeDescription
String

The specific sunburst item type name.

|

Remarks

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

See Also

SunburstItem Class

SunburstItem Members

DevExpress.XtraTreeMap Namespace