ComponentOne Extended Library for WPF and Silverlight
GetPropertyPresenter Method (C1PropertyGrid)

C1.Silverlight.Extended Namespace > C1PropertyGrid Class : GetPropertyPresenter Method
The property of the SelectedObject
Returns the PropertyBox created for a given property of the SelectedObject.
Syntax
'Declaration
 
Public Function GetPropertyPresenter( _
   ByVal propertyName As String _
) As PropertyBox
public PropertyBox GetPropertyPresenter( 
   string propertyName
)

Parameters

propertyName
The property of the SelectedObject

Return Value

The current PropertyBox
See Also

Reference

C1PropertyGrid Class
C1PropertyGrid Members