Skip to main content
All docs
V25.1
  • ParseFilterCriteriaEventArgs.Path Property

    Gets the name of the processed data field or the full path to the data field through object relationships.

    Namespace: DevExpress.Utils.Filtering

    Assembly: DevExpress.Data.v25.1.dll

    NuGet Package: DevExpress.Data

    Declaration

    public string Path { get; }

    Property Value

    Type Description
    String

    A string value that specifies the name of the processed data field or the full path to the data field through object relationships.

    Remarks

    The Path property specifies the name of the processed data field or the full path to the data field through object relationships (for example, “Employer.DefaultAddress.City”).

    See Also