Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V21.2
  • ISnapControl.ShowFilterStringEditorForm(DesignBinding, ref String) Method

    For internal use. Invokes the FilterString Editor.

    Namespace: DevExpress.Snap.Core

    Assembly: DevExpress.Snap.v21.2.Core.dll

    NuGet Package: DevExpress.Snap.Core

    Declaration

    bool ShowFilterStringEditorForm(
        DesignBinding binding,
        ref string filterString
    )

    Parameters

    Name Type Description
    binding DevExpress.Data.Browsing.Design.DesignBinding

    A DevExpress.Data.Browsing.Design.DesignBinding object.

    filterString String

    A String value.

    Returns

    Type Description
    Boolean

    A Boolean value.

    Remarks

    The following image illustrates the FilterString Editor.

    snap-dialog-filter-string

    See Also