iCalendarParseExceptionEventArgs.LineIndex Property
Gets the number of a line in an iCalendar file that contains the text which causes an error while parsing.
Namespace: DevExpress.XtraScheduler.iCalendar
Assembly: DevExpress.XtraScheduler.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
Property Value
Type | Description |
---|---|
Int32 | An integer that is the number of the erroneous line. |
Remarks
To get the text of the erroneous line, use the iCalendarParseExceptionEventArgs.LineText property.
See Also