SetValue Method
Sets the property value.
Definition
Namespace: Avalonia.Data.Core.Plugins
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public abstract bool SetValue(
Object? value,
BindingPriority priority
)
Public MustOverride Function SetValue (
value As Object,
priority As BindingPriority
) As Boolean
abstract SetValue :
value : Object *
priority : BindingPriority -> bool
Parameters
- Object
- The value to set. Guaranteed to be of a valid type for the property.
- BindingPriority
- The priority with which to set the value.
Return Value
Boolean
True if the property was set; false if the property could not be set.
Implements
IPropertyAccessor.SetValue(Object, BindingPriority)See Also
Reference
PropertyAccessorBase Class
Avalonia.Data.Core.Plugins Namespace