OperandProperty(String) Constructor
In This Article
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
C#
public OperandProperty(
string propertyName
)
#Parameters
Name | Type | Description |
---|---|---|
property |
String | The property name. It can be a path through object relationships, for example |
See Also