Skip to main content

CustomFunctionCollection Class

For internal use only.

Namespace: DevExpress.XamarinForms.Core.Filtering

Assembly: DevExpress.XamarinForms.Core.dll

NuGet Package: DevExpress.XamarinForms.Core

#Declaration

C#
public class CustomFunctionCollection :
    ICollection<ICustomFunctionOperator>,
    IEnumerable<ICustomFunctionOperator>,
    IEnumerable

The following members return CustomFunctionCollection objects:

#Inheritance

Object
CustomFunctionCollection
See Also