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 Type? PropertyType { get; }
Public ReadOnly Property PropertyType As Type
Get
abstract PropertyType : Type with get
override PropertyType : Type with get
Property Value
TypeImplements
IPropertyAccessor.PropertyTypeExceptions
| InvalidOperationException | The accessor has not been subscribed to yet. |