Skip to main content

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

ICalendarImporter.Encoding Property

Allows you to specify the encoding for imported data in iCalendar format.

Namespace: DevExpress.Xpf.Scheduling.iCalendar

Assembly: DevExpress.Xpf.Scheduling.v24.2.dll

NuGet Package: DevExpress.Wpf.Scheduling

#Declaration

public Encoding Encoding { get; set; }

#Property Value

Type Description
Encoding

A System.Text.Encoding object that is the character encoding for text data. The default is null.

#Remarks

If the Encoding is not specified, the importer attempts to determine encoding automatically. If an attempt fails, the System.Text.Encoding.Default value is used for encoding.

See Also