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

C1.WPF.Extended Namespace > C1PropertyGrid Class : GetLabel Method
Name of the property.
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

Reference

C1PropertyGrid Class
C1PropertyGrid Members