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 SourceFormatListTextBox()
Construcor
Declaration
public FormatListTextBox()
Fields
| Improve this Doc View SourceFormatListProperty
Declaration
public static readonly DependencyProperty FormatListProperty
Field Value
| Type | Description |
|---|---|
| DependencyProperty |
ValueProperty
Declaration
public static readonly DependencyProperty ValueProperty
Field Value
| Type | Description |
|---|---|
| DependencyProperty |
Properties
| Improve this Doc View SourceFormatList
Gets or sets the name of the format list
Declaration
public string FormatList { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
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> |
Value
Gets or sets the indentity value
Declaration
public object Value { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Object |