ParseFilterCriteriaEventArgs.Path Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
#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