Skip to main content

CustomFunctionCollection.Count Property

Returns the total number of custom functions in the collection.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.XamarinForms.Core.dll

NuGet Package: DevExpress.XamarinForms.Core

Declaration

public int Count { get; }

Property Value

Type Description
Int32

The total number of custom functions in the collection.

Implements

System.Collections.Generic.ICollection<DevExpress.Data.Filtering.ICustomFunctionOperator>.Count
See Also