Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PropertyComboBoxType Class / DisplayName Property


In This Topic
    DisplayName Property (PropertyComboBoxType)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property DisplayName As String
    'Usage
     
    
    Dim instance As PropertyComboBoxType
    Dim value As String
     
    instance.DisplayName = value
     
    value = instance.DisplayName
    public string DisplayName {get; set;}
    See Also