Skip to main content
A newer version of this page is available.

ISnapControl.ShowFilterStringEditorForm(DesignBinding, ref String) Method

For internal use. Invokes the FilterString Editor.

Namespace: DevExpress.Snap.Core

Assembly: DevExpress.Snap.v19.1.Core.dll

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