Skip to main content
A newer version of this page is available. .

EFFiltersCollection.IsFixedSize Property

Indicates whether the EFFiltersCollection has a fixed size.

Namespace: DevExpress.DataAccess.EntityFramework

Assembly: DevExpress.DataAccess.v19.1.dll

Declaration

public bool IsFixedSize { get; }

Property Value

Type Description
Boolean

true, if the collection has a fixed size; otherwise, false.

See Also