Interface IValueBinding
Assembly: Simplic.Framework.DBUI.dll
Syntax
public interface IValueBinding
Properties
|
Improve this Doc
View Source
ValueBindingPropertyName
Declaration
string ValueBindingPropertyName { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
GetBindingValue()
Declaration
Returns
Type |
Description |
System.Object |
|
|
Improve this Doc
View Source
SetBindingValue(Object)
Declaration
void SetBindingValue(object Binding)
Parameters
Type |
Name |
Description |
System.Object |
Binding |
|