C1.WPF.Extended Namespace / C1PropertyGrid Class / GetPropertyPresenter Method
The property of the SelectedObject

In This Topic
GetPropertyPresenter Method (C1PropertyGrid)
In This Topic
Returns the PropertyBox created for a given property of the SelectedObject.
Syntax
'Declaration
 
Public Function GetPropertyPresenter( _
   ByVal propertyName As String _
) As PropertyBox
 

Parameters

propertyName
The property of the SelectedObject

Return Value

The current PropertyBox
See Also