Search Results for

    Show / Hide Table of Contents

    Class GridViewComboBoxColumnConfiguration

    Combobox-column configuration model

    Inheritance
    System.Object
    GridViewComboBoxColumnConfiguration
    Implements
    IDivergentColumnType
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.UI.GridView
    Assembly: Simplic.UI.dll
    Syntax
    public class GridViewComboBoxColumnConfiguration : IDivergentColumnType

    Properties

    | Improve this Doc View Source

    DisplayMemberPath

    Declaration
    public string DisplayMemberPath { get; set; }
    Property Value
    Type Description
    System.String
    | 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

    ItemsSourceFactory

    Factory for creating the current itemssource

    Declaration
    public GridViewComboBoxColumnConfiguration.BuildComboBoxItemsSource ItemsSourceFactory { get; set; }
    Property Value
    Type Description
    GridViewComboBoxColumnConfiguration.BuildComboBoxItemsSource
    | Improve this Doc View Source

    SelectedValuePath

    Declaration
    public string SelectedValuePath { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    | Improve this Doc View Source

    Build(ColumnConfigurationModel, GridViewControl)

    Build combobox column

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

    Instance of a textbox column

    | 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

    Implements

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