Search Results for

    Show / Hide Table of Contents

    Class PropertyGuidLookupTextBox

    Property lookuptextbox

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

    Constructors

    | Improve this Doc View Source

    PropertyGuidLookupTextBox()

    Create property editor

    Declaration
    public PropertyGuidLookupTextBox()

    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 Guid Identity { get; set; }
    Property Value
    Type Description
    Guid
    | 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