CriteriaOperatorCollection.ToString() Method
In This Article
Returns the string representation of the current object.
Namespace: DevExpress.XamarinForms.Core.Filtering
Assembly: DevExpress.XamarinForms.Core.dll
NuGet Package: DevExpress.XamarinForms.Core
#Declaration
C#
public override string ToString()
#Returns
Type | Description |
---|---|
String | The string representation of the current object. |
See Also