ComponentOne Input Library for WPF
C1.WPF.Input Namespace / C1MultiSelect Class / MaxSelectedItems Property

In This Topic
    MaxSelectedItems Property (C1MultiSelect)
    In This Topic
    Gets or sets the maximum number of items to selected on the control.
    Syntax
    'Declaration
     
    
    Public Property MaxSelectedItems As Integer
    public int MaxSelectedItems {get; set;}
    See Also