Gets the [!:C1.Silverlight.Extended.PropertyBox] with the specified property name.

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

Syntax

C#
public PropertyBox this[
	string propertyName
] { get; }
Visual Basic
Public ReadOnly Default Property Item ( _
	propertyName As String _
) As PropertyBox
	Get

Parameters

propertyName
Type: System..::..String

See Also