Calendar for WinForms | ComponentOne
C1.Win.Input Namespace / C1ComboBox Class / HtmlPattern Property

In This Topic
    HtmlPattern Property (C1ComboBox)
    In This Topic
    Gets or sets the pattern to build HTML representation of C1ComboBox control items.
    Syntax
    'Declaration
     
    
    Public Property HtmlPattern As String
    public string HtmlPattern {get; set;}
    See Also