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 SourceGridColumnConfigurationModel()
Create configuration model for grid columns
Declaration
public GridColumnConfigurationModel()
Properties
| Improve this Doc View SourceGridCellSqlHighlights
List of available sql highlightings
Declaration
[Display(GroupName = "Hervorhebung", Name = "Zellen/SQL")]
public GridCellHilightSqlCollection GridCellSqlHighlights { get; set; }
Property Value
Type | Description |
---|---|
GridCellHilightSqlCollection |
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 |
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 SourceGetDeepCopy()
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 |
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 |