Search Results for

    Show / Hide Table of Contents

    Class FormatListTextBox

    Interaktionslogik für FormatListTextBox.xaml

    Inheritance
    System.Object
    FormatListTextBox
    Namespace: Simplic.Framework.DBUI
    Assembly: Simplic.Framework.DBUI.dll
    Syntax
    public class FormatListTextBox : UserControl

    Constructors

    | Improve this Doc View Source

    FormatListTextBox()

    Construcor

    Declaration
    public FormatListTextBox()

    Fields

    | Improve this Doc View Source

    FormatListProperty

    Declaration
    public static readonly DependencyProperty FormatListProperty
    Field Value
    Type Description
    DependencyProperty
    | Improve this Doc View Source

    ValueProperty

    Declaration
    public static readonly DependencyProperty ValueProperty
    Field Value
    Type Description
    DependencyProperty

    Properties

    | Improve this Doc View Source

    FormatList

    Gets or sets the name of the format list

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

    FormatListParameter

    Gets the parameter for the format list lookuptextbox

    Declaration
    public IDictionary<string, object> FormatListParameter { get; }
    Property Value
    Type Description
    IDictionary<System.String, System.Object>
    | Improve this Doc View Source

    Value

    Gets or sets the indentity value

    Declaration
    public object Value { get; set; }
    Property Value
    Type Description
    System.Object
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx