Extended Library for WPF and Silverlight | ComponentOne
C1.WPF.Extended Namespace / PropertyAttribute Class / DisplayName Property

In This Topic
    DisplayName Property (PropertyAttribute)
    In This Topic
    Gets or sets the name that will be displayed by the C1PropertyGrid when showing the member.
    Syntax
    'Declaration
     
    
    Public Property DisplayName As String
    public string DisplayName {get; set;}
    See Also