Class GridProfileUserSettingsWindow
Interaction logic for GridProfileUserSettingsWindow.xaml
Inheritance
System.Object
    GridProfileUserSettingsWindow
  Namespace: Simplic.Framework.DBUI
Assembly: Simplic.Framework.DBUI.dll
Syntax
public class GridProfileUserSettingsWindow : RibbonBasedWindow
  Constructors
| Improve this Doc View SourceGridProfileUserSettingsWindow(Guid, IList<ObservableDataRow>)
Default constructor
Declaration
public GridProfileUserSettingsWindow(Guid gridId, IList<ObservableDataRow> gridRows)
  Parameters
| Type | Name | Description | 
|---|---|---|
| Guid | gridId | |
| IList<ObservableDataRow> | gridRows | 
Methods
| Improve this Doc View SourceOnSave(WindowSaveEventArg)
Fired when the save button is clicked
Declaration
public override void OnSave(WindowSaveEventArg e)
  Parameters
| Type | Name | Description | 
|---|---|---|
| WindowSaveEventArg | e |