Table of Contents

Interface IPropertyInfo

Namespace
Avalonia.Data.Core
Assembly
Avalonia.Base.dll
[NotClientImplementable]
public interface IPropertyInfo

Properties

CanGet

bool CanGet { get; }

Property Value

bool

CanSet

bool CanSet { get; }

Property Value

bool

Name

string Name { get; }

Property Value

string

PropertyType

Type PropertyType { get; }

Property Value

Type

Methods

Get(object)

object? Get(object target)

Parameters

target object

Returns

object

Set(object, object?)

void Set(object target, object? value)

Parameters

target object
value object