ExpressionErrorPoint Property
Gets the point in the expression at which the error occurred.
Definition
Namespace: Avalonia.Data
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public string? ExpressionErrorPoint { get; protected set; }
Public Property ExpressionErrorPoint As String
Get
Protected Set
member ExpressionErrorPoint : string with get, set