IDirectPropertyMetadata Interface

Summary

Untyped interface to DirectPropertyMetadata<TValue>
Namespace
Avalonia
Implementing Types
graph BT Type["IDirectPropertyMetadata"] class Type type-node Implementing0["DirectPropertyMetadata<TValue>"]-.->Type click Implementing0 "/api/Avalonia/DirectPropertyMetadata_1"

Syntax

public interface IDirectPropertyMetadata

Properties

Name Value Summary
EnableDataValidation bool?
Gets a value indicating whether the property is interested in data validation.
UnsetValue object
Gets the to use when the property is set to UnsetValue.