PropertyAccessorNode.

PropertyAccessorNode(string, bool, IPropertyAccessorPlugin) Constructor

Namespace
Avalonia.Data.Core
Containing Type
PropertyAccessorNode

Syntax

public PropertyAccessorNode(string propertyName, bool enableValidation, IPropertyAccessorPlugin customPlugin)

Parameters

Name Type Description
propertyName string
enableValidation bool
customPlugin IPropertyAccessorPlugin

Return Value

Type Description
void