Skip to main content

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.v23.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public int LineIndex { get; }

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