Extended Library for WPF and Silverlight | ComponentOne
C1.WPF.Extended Namespace / C1PropertyGrid Class / GetLabel Method
Name of the property.

In This Topic
    GetLabel Method (C1PropertyGrid)
    In This Topic
    Gets the label associated to the specified property.
    Syntax
    'Declaration
     
    
    Public Function GetLabel( _
       ByVal propertyName As String _
    ) As TextBlock
    public TextBlock GetLabel( 
       string propertyName
    )

    Parameters

    propertyName
    Name of the property.

    Return Value

    The associated label.
    See Also