Table of Contents

Interface IDirectPropertyMetadata

Namespace
Avalonia
Assembly
Avalonia.Base.dll

Untyped interface to DirectPropertyMetadata<TValue>

[NotClientImplementable]
public interface IDirectPropertyMetadata

Properties

EnableDataValidation

Gets a value indicating whether the property is interested in data validation.

bool? EnableDataValidation { get; }

Property Value

bool?

UnsetValue

Gets the to use when the property is set to UnsetValue.

object? UnsetValue { get; }

Property Value

object