Back to Devexpress

iCalendarParseExceptionEventArgs.LineIndex Property

corelibraries-devexpress-dot-xtrascheduler-dot-icalendar-dot-icalendarparseexceptioneventargs.md

latest1.6 KB
Original Source

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

NuGet Package : DevExpress.Scheduler.CoreDesktop

Declaration

csharp
public int LineIndex { get; }
vb
Public ReadOnly Property LineIndex As Integer

Property Value

TypeDescription
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

LineText

iCalendarParseExceptionEventArgs Class

iCalendarParseExceptionEventArgs Members

DevExpress.XtraScheduler.iCalendar Namespace