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

TimeScale.SerializationTypeName Property

Gets the string containing the time scale type name.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.2.Core.dll

Declaration

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

Property Value

Type Description
String

A String value which contains the type name.

Remarks

The SerializationTypeName property is intended for serialization purposes only. Normally, you don’t need to use it in your code.

See Also