Skip to main content
All docs
V25.1
  • FilterFormItemBase.GetApplyFilterMode(BindableObject) Method

    Gets the applied filter mode associated with the specified BindableObject.

    Namespace: DevExpress.Maui.Editors

    Assembly: DevExpress.Maui.Editors.dll

    NuGet Package: DevExpress.Maui.Editors

    Declaration

    public static ApplyFilterMode? GetApplyFilterMode(
        BindableObject x
    )

    Parameters

    Name Type Description
    x BindableObject

    The target BindableObject.

    Returns

    Type Description
    Nullable<ApplyFilterMode>

    The applied filter mode. If the BindableObject does not have the applied filter mode, the method returns null.

    See Also