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

In This Topic
    MaxSelectedItems Property
    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