Returns the PropertyBox created for a given property of the SelectedObject.

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

Syntax

C#
public PropertyBox GetPropertyPresenter(
	string propertyName
)
Visual Basic
Public Function GetPropertyPresenter ( _
	propertyName As String _
) As PropertyBox

Parameters

propertyName
Type: System..::..String
The property of the SelectedObject

Return Value

The current PropertyBox

See Also