ComponentOne Extended Library for WPF and Silverlight
Item Property (C1PropertyGrid)

C1.Silverlight.Extended Namespace > C1PropertyGrid Class : Item Property
Gets the PropertyBox with the specified property name.
Syntax
'Declaration
 
Public ReadOnly Default Property Item( _
   ByVal propertyName As String _
) As PropertyBox
public PropertyBox this[ 
   string propertyName
]; {get;}

Parameters

propertyName
See Also

Reference

C1PropertyGrid Class
C1PropertyGrid Members