IDirectPropertyMetadata Interface
Definition
Untyped interface to Avalonia.DirectPropertyMetadata<T>
public interface IDirectPropertyMetadata
Properties
| Name | Description |
|---|---|
| EnableDataValidation | Gets a value indicating whether the property is interested in data validation. |
| UnsetValue | Gets 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; }