Skip to main content

IDirectPropertyMetadata Interface

Definition

Namespace:Avalonia
Assembly:Avalonia.Base
Package:Avalonia
public interface IDirectPropertyMetadata

Properties

NameDescription
EnableDataValidationGets a value indicating whether the property is interested in data validation.
UnsetValueGets the to use when the property is set to Avalonia.AvaloniaProperty.UnsetValue.

EnableDataValidation Property

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

public Nullable<bool> EnableDataValidation { get; set; }

UnsetValue Property

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

public object UnsetValue { get; set; }