CustomFunctionCollection.Count Property
In This Article
Returns the total number of custom functions in the collection.
Namespace: DevExpress.XamarinForms.Core.Filtering
Assembly: DevExpress.XamarinForms.Core.dll
NuGet Package: DevExpress.XamarinForms.Core
#Declaration
C#
public int Count { get; }
#Property Value
Type | Description |
---|---|
Int32 | The total number of custom functions in the collection. |
#Implements
System.Collections.Generic.ICollection<DevExpress.XamarinForms.Core.Filtering.ICustomFunctionOperator>.Count
See Also