Search Results for

    Show / Hide Table of Contents

    Class PropertyNullableIntLookupTextBox

    Property lookuptextbox

    Inheritance
    System.Object
    BasePropertyGridControl
    PropertyNullableIntLookupTextBox
    ConnectionIdLookupTextBox
    Namespace: Simplic.Framework.DBUI.Editor
    Assembly: Simplic.Framework.DBUI.dll
    Syntax
    public abstract class PropertyNullableIntLookupTextBox : BasePropertyGridControl

    Constructors

    | Improve this Doc View Source

    PropertyNullableIntLookupTextBox()

    Create property editor

    Declaration
    public PropertyNullableIntLookupTextBox()

    Fields

    | Improve this Doc View Source

    IdentityProperty

    Property for storing identity

    Declaration
    public static readonly DependencyProperty IdentityProperty
    Field Value
    Type Description
    DependencyProperty

    Properties

    | Improve this Doc View Source

    DisplayColumnName

    Display column name

    Declaration
    public abstract string DisplayColumnName { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    DisplayFriendlyColumnName

    Display name

    Declaration
    public abstract string DisplayFriendlyColumnName { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    IdColumnName

    Id column name

    Declaration
    public abstract string IdColumnName { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Identity

    Identity object

    Declaration
    public int? Identity { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    | Improve this Doc View Source

    ItemBoxName

    Name of the itembox

    Declaration
    public abstract string ItemBoxName { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    LookupStatement

    Lookup textbox statement

    Declaration
    public abstract string LookupStatement { get; }
    Property Value
    Type Description
    System.String

    Methods

    | Improve this Doc View Source

    InitializeUI()

    Initialize UI

    Declaration
    protected override void InitializeUI()
    Overrides
    BasePropertyGridControl.InitializeUI()
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx