Skip to main content
All docs
V26.1
  • FilterEditorControl(Func<FilterControl>) Constructor

    Initializes a new instance of the FilterEditorControl class.

    Namespace: DevExpress.DataAccess.UI

    Assembly: DevExpress.DataAccess.v26.1.UI.dll

    NuGet Package: DevExpress.DataAccess.UI

    Declaration

    public FilterEditorControl(
        Func<FilterControl> getFilterControl
    )

    Parameters

    Name Type Description
    getFilterControl Func<FilterControl>

    A method that returns the FilterControl object that should be embedded in this FilterEditorControl object.

    See Also