Search Results for

    Show / Hide Table of Contents

    Delegate LookupTextBoxGridColumnConfiguration.BuildSelectionProvider

    Will be called for createing value selection

    Namespace: Simplic.Framework.DBUI
    Assembly: Simplic.Framework.DBUI.dll
    Syntax
    public delegate IValueSelectionProvider BuildSelectionProvider(LookupTextBox lookupTextBox, object dataItem);
    Parameters
    Type Name Description
    LookupTextBox lookupTextBox

    Instance of the lookup textbox

    System.Object dataItem

    Dataitem instance of the grid (CreateCell)

    Returns
    Type Description
    IValueSelectionProvider

    Instance of a value selection provider

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx