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

In This Topic
    ShowRemoveButton Property (C1MultiSelect)
    In This Topic
    Gets or sets a value indicates whether to show remove button in each tag.
    Syntax
    'Declaration
     
    
    Public Property ShowRemoveButton As Boolean
    public bool ShowRemoveButton {get; set;}
    See Also