Search Results for

    Show / Hide Table of Contents

    Interface IDivergentColumnType

    Placeholder / interface for declaring different column types, such as image columns

    Namespace: Simplic.UI.GridView
    Assembly: Simplic.UI.dll
    Syntax
    public interface IDivergentColumnType

    Properties

    | Improve this Doc View Source

    IsEnabledMemberPath

    Member-Path of the isenabled property in the viewmodel

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

    Methods

    | Improve this Doc View Source

    Build(ColumnConfigurationModel, GridViewControl)

    Build a custom column based on the current configuration

    Declaration
    Telerik.Windows.Controls.GridViewBoundColumnBase Build(ColumnConfigurationModel column, GridViewControl grid)
    Parameters
    Type Name Description
    ColumnConfigurationModel column

    Current column configuration

    GridViewControl grid

    Grid instance

    Returns
    Type Description
    Telerik.Windows.Controls.GridViewBoundColumnBase

    Null if the default column should be used, else some custom column based on the Telerik GridViewBoundColumnBase

    | Improve this Doc View Source

    OnCellControlCreated(FrameworkElement)

    Has to be implemented to call the event CellControlCreated

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

    Events

    | Improve this Doc View Source

    CellControlCreated

    Will be called, if a cencontroller is created

    Declaration
    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