Back to Devexpress

iCalendarImporter.Encoding Property

corelibraries-devexpress-dot-xtrascheduler-dot-icalendar-dot-icalendarimporter-7a525b8f.md

latest1.6 KB
Original Source

iCalendarImporter.Encoding Property

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

Namespace : DevExpress.XtraScheduler.iCalendar

Assembly : DevExpress.XtraScheduler.v25.2.Core.Desktop.dll

NuGet Package : DevExpress.Scheduler.CoreDesktop

Declaration

csharp
[DefaultValue(null)]
public Encoding Encoding { get; set; }
vb
<DefaultValue(Nothing)>
Public Property Encoding As Encoding

Property Value

TypeDefaultDescription
Encodingnull

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

iCalendarImporter Class

iCalendarImporter Members

DevExpress.XtraScheduler.iCalendar Namespace