Search Results for

    Show / Hide Table of Contents

    Class GridColumnConfigurationModel

    Addon for the default ColumnConfigurationModel in Simplic.UI.GridView. This model contains more information about hilighting and stuff, which were neede in the IntegratedGridView

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

    Constructors

    | Improve this Doc View Source

    GridColumnConfigurationModel()

    Create configuration model for grid columns

    Declaration
    public GridColumnConfigurationModel()

    Properties

    | Improve this Doc View Source

    GridCellSqlHighlights

    List of available sql highlightings

    Declaration
    [Display(GroupName = "Hervorhebung", Name = "Zellen/SQL")]
    public GridCellHilightSqlCollection GridCellSqlHighlights { get; set; }
    Property Value
    Type Description
    GridCellHilightSqlCollection
    | Improve this Doc View Source

    SplitCharacter

    Get split charahcter

    Declaration
    [Display(GroupName = "Allgemein", Name = "Trennzeichen für Grp.", Description = "Trennzeichen zum aufsplitten von Spalten beim Gruppieren.")]
    public string SplitCharacter { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    UseForUniqueFiltering

    List of available sql hilightings

    Declaration
    [Display(GroupName = "Allgemein", Name = "Ist Primärschlüssel")]
    public bool UseForUniqueFiltering { get; set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    | Improve this Doc View Source

    GetDeepCopy()

    Create a deep copy of the current model and generate new id's

    Declaration
    public GridColumnConfigurationModel GetDeepCopy()
    Returns
    Type Description
    GridColumnConfigurationModel

    Copy of the current obejct/instance

    | Improve this Doc View Source

    GetDeepCopyNewId()

    Create a deep copy of the current model and generate new id's

    Declaration
    public GridColumnConfigurationModel GetDeepCopyNewId()
    Returns
    Type Description
    GridColumnConfigurationModel

    Copy of the current obejct/instance

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