ImageGear22.Web Assembly > ImageGear.Web.UI Namespace > ImGearThumbnailList Class : ThumbnailSelectionMode Property |
'Declaration <DefaultValueAttribute()> <BrowsableAttribute(True)> <CategoryAttribute("ImGearThumbnailList Properties")> <DescriptionAttribute(" Gets or sets the selection behavior for the thumbnails in the ImGearThumbnailList control.")> Public Property ThumbnailSelectionMode As ImGearThumbnailSelectionMode
'Usage Dim instance As ImGearThumbnailList Dim value As ImGearThumbnailSelectionMode instance.ThumbnailSelectionMode = value value = instance.ThumbnailSelectionMode
[DefaultValue()] [Browsable(true)] [Category("ImGearThumbnailList Properties")] [Description(" Gets or sets the selection behavior for the thumbnails in the ImGearThumbnailList control.")] public ImGearThumbnailSelectionMode ThumbnailSelectionMode {get; set;}
[DefaultValue()] [Browsable(true)] [Category("ImGearThumbnailList Properties")] [Description(" Gets or sets the selection behavior for the thumbnails in the ImGearThumbnailList control.")] public: __property ImGearThumbnailSelectionMode get_ThumbnailSelectionMode(); public: __property void set_ThumbnailSelectionMode( ImGearThumbnailSelectionMode value );
[DefaultValue()] [Browsable(true)] [Category("ImGearThumbnailList Properties")] [Description(" Gets or sets the selection behavior for the thumbnails in the ImGearThumbnailList control.")] public: property ImGearThumbnailSelectionMode ThumbnailSelectionMode { ImGearThumbnailSelectionMode get(); void set ( ImGearThumbnailSelectionMode value); }
This property defines the selection behavior in the ImGearThumbnailList control. For the various options, refer to the enumeration ImGearThumbnailSelectionMode.
Note: The selected state of thumbnails is maintained only when using ImGearDataBindingType.Page type data binding.
The default value is ImGearThumbnailSelectionMode.Single.