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

iCalendarImporter.Encoding Property

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

Namespace: DevExpress.XtraScheduler.iCalendar

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

Declaration

[DefaultValue(null)]
public Encoding Encoding { get; set; }

Property Value

Type Default Description
Encoding *null*

A Encoding object that is the character encoding for text data.

Remarks

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

See Also