Skip to main content
All docs
V25.2
  • ON

    PredefinedFilter.FilterExpression Property

    Gets or sets the PredefinedFilter‘s filter expression. This is a bindable property.

    Namespace: DevExpress.Maui.Core

    Assembly: DevExpress.Maui.Core.dll

    NuGet Package: DevExpress.Maui.Core

    Declaration

    [TypeConverter(typeof(CriteriaOperatorConverter))]
    public CriteriaOperator FilterExpression { get; set; }

    Property Value

    Type Description
    CriteriaOperator

    A criteria operator that specifies a filter expression.

    See Also