Skip to main content
ON

PredefinedFilterCollection Class

The collection of PredefinedFilter objects.

Namespace: DevExpress.Maui.Core

Assembly: DevExpress.Maui.Core.dll

NuGet Package: DevExpress.Maui.Core

Declaration

public sealed class PredefinedFilterCollection :
    BindableObjectCollection<PredefinedFilter>

The following members return PredefinedFilterCollection objects:

Inheritance

System.Object
BindableObject
DevExpress.Maui.Core.Internal.BindableObjectCollection<PredefinedFilter>
PredefinedFilterCollection
See Also