Skip to main content
A newer version of this page is available. .

TreeMapColorizerBase.TypeNameSerializable Property

Returns the string value that helps the DevExpress Serializer serialize the specific tree map colorizer type.

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v18.2.dll

Declaration

[Browsable(false)]
[NonTestableProperty]
[XtraSerializableProperty]
public string TypeNameSerializable { get; }

Property Value

Type Description
String

The specific tree map colorizer type name.

Remarks

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

See Also