StyledPropertyBase<TValue>.

ValidateValue Property

Summary

Gets the value validation callback for the property.
Namespace
Avalonia
Containing Type
StyledPropertyBase<TValue>

Syntax

public Func<TValue, bool> ValidateValue { get; }

Value

Type Description
Func<TValue, bool>