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

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.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.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