Table of Contents

Class PropertyPath

Namespace
Avalonia.Data.Core
Assembly
Avalonia.Base.dll
public class PropertyPath
Inheritance
PropertyPath
Inherited Members

Constructors

PropertyPath(IEnumerable<IPropertyPathElement>)

public PropertyPath(IEnumerable<IPropertyPathElement> elements)

Parameters

elements IEnumerable<IPropertyPathElement>

Properties

Elements

public IReadOnlyList<IPropertyPathElement> Elements { get; }

Property Value

IReadOnlyList<IPropertyPathElement>