Class ResolveDynamicColumnEventArgs
Resolve colums
Inheritance
System.Object
ResolveDynamicColumnEventArgs
Namespace: Simplic.Framework.DBUI
Assembly: Simplic.Framework.DBUI.dll
Syntax
public class ResolveDynamicColumnEventArgs : EventArgs
Properties
| Improve this Doc View SourceColumns
Gets or seta a list of additional columns
Declaration
public IList<GridColumnConfigurationModel> Columns { get; set; }
Property Value
Type | Description |
---|---|
IList<GridColumnConfigurationModel> |
Sql
Gets or sets the sql-statement to execute
Declaration
public string Sql { get; set; }
Property Value
Type | Description |
---|---|
System.String |