Skip to main content
A newer version of this page is available. .

CriteriaParserException.Line Property

A value of the CriteriaLexer.Line property that specifies the line where an exception occured.

Namespace: DevExpress.Data.Filtering.Exceptions

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

public int Line { get; set; }

Property Value

Type Description
Int32

A value of the CriteriaLexer.Line property that specifies the line where an exception occured.

See Also