Search Results for

    Show / Hide Table of Contents

    Class LookupTextBoxGridColumnConfiguration

    Configuration for a gridview column which contains a lookup textbox

    Inheritance
    System.Object
    LookupTextBoxGridColumnConfiguration
    Namespace: Simplic.Framework.DBUI
    Assembly: Simplic.Framework.DBUI.dll
    Syntax
    public class LookupTextBoxGridColumnConfiguration : UI.GridView.IDivergentColumnType

    Properties

    | Improve this Doc View Source

    IsEnabledMemberPath

    Member-Path of the isenabled property in the viewmodel

    Declaration
    public string IsEnabledMemberPath { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    SelectionProviderFactory

    Provider-Configuration for selecting data

    Declaration
    public LookupTextBoxGridColumnConfiguration.BuildSelectionProvider SelectionProviderFactory { get; set; }
    Property Value
    Type Description
    LookupTextBoxGridColumnConfiguration.BuildSelectionProvider

    Methods

    | Improve this Doc View Source

    Build(ColumnConfigurationModel, GridViewControl)

    Create new lookuptextbox column

    Declaration
    public GridViewBoundColumnBase Build(ColumnConfigurationModel column, GridViewControl grid)
    Parameters
    Type Name Description
    ColumnConfigurationModel column

    Column configuration

    GridViewControl grid

    Grid view instance

    Returns
    Type Description
    GridViewBoundColumnBase

    New column instance

    | Improve this Doc View Source

    OnCellControlCreated(FrameworkElement)

    On cell control created.

    Declaration
    public void OnCellControlCreated(FrameworkElement control)
    Parameters
    Type Name Description
    System.Windows.FrameworkElement control

    Control instance

    Events

    | Improve this Doc View Source

    CellControlCreated

    Will be called when a new cell control is created.

    Declaration
    public event CellControlCreatedEventHandler CellControlCreated
    Event Type
    Type Description
    CellControlCreatedEventHandler
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx