Skip to main content

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.v23.2.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