Class GridProfileUserSettingsWindow
Interaction logic for GridProfileUserSettingsWindow.xaml
Implements
ISaveableLayout
IFocusableControlBase
Inherited Members
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 |
---|---|---|
System.Guid | gridId | |
System.Collections.Generic.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 |
Overrides
Implements
ISaveableLayout
IFocusableControlBase