PropertyError.

SetValue(object, BindingPriority) Method

Summary

Sets the property value.
Namespace
Avalonia.Data.Core.Plugins
Containing Type
PropertyError

Syntax

public bool SetValue(object value, BindingPriority priority)

Parameters

Name Type Description
value object The value to set. Guaranteed to be of a valid type for the property.
priority BindingPriority The priority with which to set the value.

Return Value

Type Description
bool True if the property was set; false if the property could not be set.