Back to Devexpress

TreeMapLayoutAlgorithmBase.TypeNameSerializable Property

windowsforms-devexpress-dot-xtratreemap-dot-treemaplayoutalgorithmbase-81668200.md

latest1.5 KB
Original Source

TreeMapLayoutAlgorithmBase.TypeNameSerializable Property

Gets the string value used to support serialization of the layout algorithm 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

A String value.

|

Remarks

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

See Also

TreeMapLayoutAlgorithmBase Class

TreeMapLayoutAlgorithmBase Members

DevExpress.XtraTreeMap Namespace