Table of Contents

Class PropertyPath

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

Data structure for describing a property as a path below another

[TypeConverter(typeof(PropertyPathConverter))]
public sealed class PropertyPath
Inheritance
PropertyPath

Constructors

PropertyPath(object)

Public constructor that takes a single parameter. This is the degenerate PropertyPath (a path of a single step).

PropertyPath(string, params object[])

Construct a PropertyPath from a string and a list of parameters

Properties

Path

The string describing the path.

PathParameters

The list of parameters to use when the path refers to indexed parameters. Each parameter in the list should be a DependencyProperty, a PropertyInfo, or a PropertyDescriptor.