Search Results for

    Show / Hide Table of Contents

    Class ResolveDynamicColumnEventArgs

    Resolve colums

    Inheritance
    System.Object
    System.EventArgs
    ResolveDynamicColumnEventArgs
    Inherited Members
    System.EventArgs.Empty
    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.Framework.DBUI
    Assembly: Simplic.Framework.DBUI.dll
    Syntax
    public class ResolveDynamicColumnEventArgs : EventArgs

    Properties

    | Improve this Doc View Source

    Columns

    Gets or seta a list of additional columns

    Declaration
    public IList<GridColumnConfigurationModel> Columns { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IList<GridColumnConfigurationModel>
    | Improve this Doc View Source

    Sql

    Gets or sets the sql-statement to execute

    Declaration
    public string Sql { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx