Skip to main content

CriteriaParserException.Column Property

The value of the CriteriaLexer.Col property that specifies the column where an exception occured.

Namespace: DevExpress.Data.Filtering.Exceptions

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public int Column { get; set; }

Property Value

Type Description
Int32

The value of the CriteriaLexer.Col property that specifies the column where an exception occured.

See Also