ComponentOne MultiSelect for WinForms
C1.Win.Input Namespace / C1MultiSelect Class / HeaderFormat Property

In This Topic
    HeaderFormat Property (C1MultiSelect)
    In This Topic
    Gets or sets the format string used to create the header content when the control has more than MaxHeaderItems items selected.
    Syntax
    'Declaration
     
    
    Public Property HeaderFormat As String
    public string HeaderFormat {get; set;}
    See Also