Table of Contents

Class BindingAttribute

Namespace
HeBianGu.Control.PropertyGrid
Assembly
HeBianGu.Control.PropertyGrid.dll
[AttributeUsage(AttributeTargets.Property, Inherited = false, AllowMultiple = false)]
public class BindingAttribute : Attribute
Inheritance
BindingAttribute
Inherited Members
Extension Methods

Constructors

BindingAttribute(string)

public BindingAttribute(string path)

Parameters

path string

Properties

PropertyPath

public PropertyPath PropertyPath { get; }

Property Value

PropertyPath

Methods

GetPaths()

public string[] GetPaths()

Returns

string[]

GetValue(object)

public object GetValue(object obj)

Parameters

obj object

Returns

object