PDF for UWP | ComponentOne
C1.Xaml.Pdf Namespace / PdfListBox Class / IsMultiselect Property

In This Topic
    IsMultiselect Property
    In This Topic
    Gets or sets a value indicating wther multiple items can be selected in the current PdfListBox.
    Syntax
    'Declaration
     
    
    Public Property IsMultiselect As Boolean
    public bool IsMultiselect {get; set;}
    See Also