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