VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI Namespace / WpfThumbnailViewer Class / MultiSelect Property
Syntax Requirements SeeAlso
In This Topic
    MultiSelect Property (WpfThumbnailViewer)
    In This Topic
    Gets or sets a value indicating whether the thumbnail viewer allows multiple thumbnails to be selected.
    Syntax
    'Declaration
    
    <DescriptionAttribute("A value indicating whether the thumbnail viewer allows multiple thumbnails to be selected.")>
    <CategoryAttribute("VintaSoft")>
    <DefaultValueAttribute(True)>
    Public Property MultiSelect As Boolean
    
    
    [Description("A value indicating whether the thumbnail viewer allows multiple thumbnails to be selected.")]
    [Category("VintaSoft")]
    [DefaultValue(True)]
    public bool MultiSelect { get; set; }
    
    
    [Description("A value indicating whether the thumbnail viewer allows multiple thumbnails to be selected.")]
    [Category("VintaSoft")]
    [DefaultValue(True)]
    public: __property bool get_MultiSelect();
    public: __property void set_MultiSelect(
    bool value
    );
    [Description("A value indicating whether the thumbnail viewer allows multiple thumbnails to be selected.")]
    [Category("VintaSoft")]
    [DefaultValue(True)]
    public:
    property bool MultiSelect { bool get(); void set(bool value); }

    Property Value

    true if the thumbnail viewer allows multiple thumbnails to be selected together or concurrently; otherwise, false. The default value is false.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also