Class GridEditorUIManager
Static Repository ui manager, calls the page governor for showing the ui
Inheritance
System.Object
GridEditorUIManager
Inherited Members
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.Editor
Assembly: Simplic.Framework.DBUI.dll
Syntax
public class GridEditorUIManager
Methods
| Improve this Doc View SourceCreateNewGrid()
Show editor in "New"-mode
Declaration
public static void CreateNewGrid()
EditGrid(GridContainerModel)
Open Editor for a specific grid
Declaration
public static void EditGrid(GridContainerModel configuration)
Parameters
Type | Name | Description |
---|---|---|
GridContainerModel | configuration | Grid configuration |