iCalendarParseExceptionEventArgs.LineText Property
Gets the text causing a parse error.
Namespace: DevExpress.XtraScheduler.iCalendar
Assembly: DevExpress.XtraScheduler.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
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