PropertyGrid for WPF | ComponentOne
C1.WPF.PropertyGrid Namespace / MemberAttribute Class / DisplayName Property

In This Topic
    DisplayName Property (MemberAttribute)
    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