Interface IDataBindingProperty
Represents a data binding registration
public interface IDataBindingProperty
Properties
DisplayName
Gets or sets the display name of the data binding registration
string DisplayName { get; }
Property Value
ValueType
Gets the type of the value this data binding registration points to
Type ValueType { get; }
Property Value
Methods
GetValue()
Gets the value of the property this registration points to
object? GetValue()
Returns
- object
A value matching the type of ValueType
SetValue(object)
Sets the value of the property this registration points to
void SetValue(object value)
Parameters
valueobjectA value matching the type of ValueType