Skip to main content

CustomFunctionCollection.IsReadOnly Property

Returns whether the collection is read-only.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.XamarinForms.Core.dll

NuGet Package: DevExpress.XamarinForms.Core

Declaration

public bool IsReadOnly { get; }

Property Value

Type Description
Boolean

Always false.

Implements

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