Search Results for

    Show / Hide Table of Contents

    Delegate GridViewComboBoxColumnConfiguration.BuildComboBoxItemsSource

    Create binding for ComboBox DataSource

    Namespace: Simplic.UI.GridView
    Assembly: Simplic.UI.dll
    Syntax
    public delegate Binding BuildComboBoxItemsSource(ComboBox comboBox, object dataItem);
    Parameters
    Type Name Description
    System.Windows.Controls.ComboBox comboBox

    ComboBox instance

    System.Object dataItem

    Current item

    Returns
    Type Description
    System.Windows.Data.Binding
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx