OperandProperty(String) Constructor
Initializes a new instance of the OperandProperty class with the specified property name.
Namespace: DevExpress.Data.Filtering
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Parameters
Name | Type | Description |
---|---|---|
propertyName | String | A String value that specifies the name of the property. It can be a path through object relationships (e.g. “Employer.DefaultAddress.City”). This value is case-sensitive. and will be assigned to the OperandProperty.PropertyName property. |
See Also