Class TenantEditor
Interaction logic for TenantEditor.xaml
Implements
IUIDisposable
Inherited Members
Namespace: Simplic.Framework.DBUI
Assembly: Simplic.Framework.DBUI.dll
Syntax
public class TenantEditor : Page
Constructors
| Improve this Doc View SourceTenantEditor()
Create the editor
Declaration
public TenantEditor()
Properties
| Improve this Doc View SourceCurrentDataContext
The current DataContext
Declaration
public TenantEditorViewModel CurrentDataContext { get; }
Property Value
Type | Description |
---|---|
TenantEditorViewModel |
Implements
IUIDisposable