CustomFunctionCollection.IsReadOnly Property
In This Article
Returns whether the collection is read-only.
Namespace: DevExpress.XamarinForms.Core.Filtering
Assembly: DevExpress.XamarinForms.Core.dll
NuGet Package: DevExpress.XamarinForms.Core
#Declaration
C#
public bool IsReadOnly { get; }
#Property Value
Type | Description |
---|---|
Boolean | Always |
#Implements
System.Collections.Generic.ICollection<DevExpress.XamarinForms.Core.Filtering.ICustomFunctionOperator>.IsReadOnly
See Also