ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / C1ComboBox Class / HtmlPattern Property

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