Skip to main content
You are viewing help content for pre-release software. This document and the features it describes are subject to change.
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

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