Class PropertyNullableIntLookupTextBox
Property lookuptextbox
Inheritance
System.Object
PropertyNullableIntLookupTextBox
Namespace: Simplic.Framework.DBUI.Editor
Assembly: Simplic.Framework.DBUI.dll
Syntax
public abstract class PropertyNullableIntLookupTextBox : BasePropertyGridControl
Constructors
| Improve this Doc View SourcePropertyNullableIntLookupTextBox()
Create property editor
Declaration
public PropertyNullableIntLookupTextBox()
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 int? Identity { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
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()