PropertyType Property
Gets the type of the property.
Definition
Namespace: Avalonia.Data.Core.Plugins
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public abstract Type? PropertyType { get; }
Public MustOverride ReadOnly Property PropertyType As Type
Get
abstract PropertyType : Type with get
Property Value
TypeImplements
IPropertyAccessor.PropertyTypeExceptions
| InvalidOperationException | The accessor has not been subscribed to yet. |
See Also
Reference
PropertyAccessorBase Class
Avalonia.Data.Core.Plugins Namespace