Skip to main content

TimeScale.SerializationTypeName Property

Gets the string containing the time scale type name.

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.Scheduler.Core

Declaration

[Browsable(false)]
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