Skip to main content
All docs
V25.1
  • FilterFormItemBase.SetApplyFilterMode(BindableObject, Nullable<ApplyFilterMode>) Method

    Applies the filter mode to a specified BindableObject.

    Namespace: DevExpress.Maui.Editors

    Assembly: DevExpress.Maui.Editors.dll

    NuGet Package: DevExpress.Maui.Editors

    Declaration

    public static void SetApplyFilterMode(
        BindableObject x,
        ApplyFilterMode? v
    )

    Parameters

    Name Type Description
    x BindableObject

    The target BindableObject.

    v Nullable<ApplyFilterMode>

    The filter mode. If you specify null, the method clears the filter mode applied to the BindableObject.

    See Also