OperandProperty(String) Constructor
Initializes a new OperandProperty instance with the specified property name.
Namespace: DevExpress.XamarinForms.Core.Filtering
Assembly: DevExpress.XamarinForms.Core.dll
NuGet Package: DevExpress.XamarinForms.Core
Declaration
public OperandProperty(
string propertyName
)
Parameters
Name | Type | Description |
---|---|---|
propertyName | String | The property name. It can be a path through object relationships, for example |
See Also