Skip to main content
All docs
V24.2

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

SchedulerCompatibility.Base64XmlObjectSerialization Property

Turns Base64 serialization on or off. This mechanism is used to serialize Resource object’s identifiers to the XML format.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.2.dll

NuGet Package: DevExpress.Blazor

#Declaration

C#
public static bool Base64XmlObjectSerialization { get; set; }

#Property Value

Type Description
Boolean

true to use Base64 encoding to serialize resource identifiers to the XML format; otherwise, false.

#Remarks

The identifier property values in the Resource classes are of the Object type. Base64 encoding is used to serialize the identifiers to the XML format.

You can set the Base64XmlObjectSerialization property to false to turn the Base64 serialization off.

See Also