OperandProperty.PropertyName Property
Gets or sets the name of the property the operand represents.
Namespace: DevExpress.XamarinForms.Core.Filtering
Assembly: DevExpress.XamarinForms.Core.dll
NuGet Package: DevExpress.XamarinForms.Core
Declaration
public string PropertyName { get; set; }
Property Value
Type | Description |
---|---|
String | The name of the property. |
Remarks
The PropertyName value can be a path through object relationships (e.g., "Employer.DefaultAddress.City"
).
Note that, the value is case-sensitive.
See Also