Skip to main content

CriteriaOperatorCollection.ToString() Method

Returns a string that represents the current object.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public override string ToString()

Returns

Type Description
String

A String that represents the current CriteriaOperatorCollection object.

See Also