Back to Devexpress

iCalendarParseExceptionEventArgs.LineText Property

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

latest1.6 KB
Original Source

iCalendarParseExceptionEventArgs.LineText Property

Gets the text causing a parse error.

Namespace : DevExpress.XtraScheduler.iCalendar

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

NuGet Package : DevExpress.Scheduler.CoreDesktop

Declaration

csharp
public string LineText { get; }
vb
Public ReadOnly Property LineText As String

Property Value

TypeDescription
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

LineIndex

iCalendarParseExceptionEventArgs Class

iCalendarParseExceptionEventArgs Members

DevExpress.XtraScheduler.iCalendar Namespace