Calendar for WinForms | ComponentOne
C1.Win.Input Namespace / ComboBoxItem Class / DisplayText Property

In This Topic
    DisplayText Property
    In This Topic
    Gets or sets the text that is displayed on an item.
    Syntax
    'Declaration
     
    
    Public Property DisplayText As String
    public string DisplayText {get; set;}
    See Also