Gets the PropertyBox with the specified property name.

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

Syntax

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

Parameters

propertyName
Type: System..::..String

See Also