Specifies the binding to use for a property bound to an editor in a C1PropertyGrid.

Namespace:  C1.Silverlight.Extended
Assembly:  C1.Silverlight.Extended (in C1.Silverlight.Extended.dll)

Syntax

C#
[CLSCompliantAttribute(false)]
public class PropertyBindingAttribute : Attribute
Visual Basic
<CLSCompliantAttribute(False)> _
Public Class PropertyBindingAttribute _
	Inherits Attribute

Inheritance Hierarchy

System..::..Object
  System..::..Attribute
    C1.Silverlight.Extended..::..PropertyBindingAttribute

See Also