Class BasePropertyGridControl
Base property control with threadsafe invocation on initialize
Inheritance
System.Object
    BasePropertyGridControl
      
      
  Namespace: Simplic.Framework.DBUI
Assembly: Simplic.Framework.DBUI.dll
Syntax
public abstract class BasePropertyGridControl : UserControl
  Constructors
| Improve this Doc View SourceBasePropertyGridControl()
Initialize new propertygrid base control and call InitializeUI
Declaration
public BasePropertyGridControl()
  Methods
| Improve this Doc View SourceInitializeUI()
Initialize the ui in a dispatcher begininvoke
Declaration
protected abstract void InitializeUI()