Extended Library for WPF and Silverlight | ComponentOne
C1.WPF.Extended Namespace / C1PropertyGrid Class / Item Property

In This Topic
    Item Property (C1PropertyGrid)
    In This Topic
    Gets the C1.Silverlight.Extended.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