Class PropertyGuidLookupTextBox
Property lookuptextbox
Inheritance
System.Object
    
    PropertyGuidLookupTextBox
      
  Namespace: Simplic.Framework.DBUI.Editor
Assembly: Simplic.Framework.DBUI.dll
Syntax
public abstract class PropertyGuidLookupTextBox : BasePropertyGridControl
  Constructors
| Improve this Doc View SourcePropertyGuidLookupTextBox()
Create property editor
Declaration
public PropertyGuidLookupTextBox()
  Fields
| Improve this Doc View SourceIdentityProperty
Property for storing identity
Declaration
public static readonly DependencyProperty IdentityProperty
  Field Value
| Type | Description | 
|---|---|
| DependencyProperty | 
Properties
| Improve this Doc View SourceDisplayColumnName
Display column name
Declaration
public abstract string DisplayColumnName { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
DisplayFriendlyColumnName
Display name
Declaration
public abstract string DisplayFriendlyColumnName { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
IdColumnName
Id column name
Declaration
public abstract string IdColumnName { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Identity
Identity object
Declaration
public Guid Identity { get; set; }
  Property Value
| Type | Description | 
|---|---|
| Guid | 
ItemBoxName
Name of the itembox
Declaration
public abstract string ItemBoxName { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
LookupStatement
Lookup textbox statement
Declaration
public abstract string LookupStatement { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Methods
| Improve this Doc View SourceInitializeUI()
Initialize UI
Declaration
protected override void InitializeUI()