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

iCalendarParseExceptionEventArgs.LineText Property

Gets the text causing a parse error.

Namespace: DevExpress.XtraScheduler.iCalendar

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

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public string LineText { get; }

Property Value

Type Description
String

A string containing the text of the line in iCalendar format.

Remarks

To get the line number, use the iCalendarParseExceptionEventArgs.LineIndex property.

See Also