Class PropertyMultilineTextBox
Property lookuptextbox
Inheritance
System.Object
    PropertyMultilineTextBox
  Namespace: Simplic.Framework.DBUI
Assembly: Simplic.Framework.DBUI.dll
Syntax
public class PropertyMultilineTextBox : UserControl
  Constructors
| Improve this Doc View SourcePropertyMultilineTextBox()
Create property editor
Declaration
public PropertyMultilineTextBox()
  Fields
| Improve this Doc View SourceTextProperty
Property for storing identity
Declaration
public static readonly DependencyProperty TextProperty
  Field Value
| Type | Description | 
|---|---|
| DependencyProperty | 
Properties
| Improve this Doc View SourceText
Multilinetextbox text content
Declaration
public string Text { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String |