Skip to main content

EFFiltersCollection.IsFixedSize Property

Indicates whether the EFFiltersCollection has a fixed size.

Namespace: DevExpress.DataAccess.EntityFramework

Assembly: DevExpress.DataAccess.v24.1.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public bool IsFixedSize { get; }

Property Value

Type Description
Boolean

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

See Also