Extended Library for WPF and Silverlight | ComponentOne
C1.WPF.Extended Namespace / DisplayAttribute Class / Name Property

In This Topic
    Name Property
    In This Topic
    Gets or sets a text that is used as a member label for elements that are bound to the member.
    Syntax
    'Declaration
     
    
    Public Property Name As String
    public string Name {get; set;}
    See Also