ImageGear .NET v24.12 - Updated
ThumbnailSelectionMode Property




ImageGear24.Web Assembly > ImageGear.Web.UI Namespace > ImGearThumbnailList Class : ThumbnailSelectionMode Property
Gets or sets the selection behavior for the thumbnails in the ImGearThumbnailList control.
Syntax
'Declaration
 
<DescriptionAttribute(" Gets or sets the selection behavior for the thumbnails in the ImGearThumbnailList control.")>
<CategoryAttribute("ImGearThumbnailList Properties")>
<BrowsableAttribute(True)>
<DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
Public Property ThumbnailSelectionMode As ImGearThumbnailSelectionMode
'Usage
 
Dim instance As ImGearThumbnailList
Dim value As ImGearThumbnailSelectionMode
 
instance.ThumbnailSelectionMode = value
 
value = instance.ThumbnailSelectionMode
[Description(" Gets or sets the selection behavior for the thumbnails in the ImGearThumbnailList control.")]
[Category("ImGearThumbnailList Properties")]
[Browsable(true)]
[DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public ImGearThumbnailSelectionMode ThumbnailSelectionMode {get; set;}
[Description(" Gets or sets the selection behavior for the thumbnails in the ImGearThumbnailList control.")]
[Category("ImGearThumbnailList Properties")]
[Browsable(true)]
[DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public: __property ImGearThumbnailSelectionMode get_ThumbnailSelectionMode();
public: __property void set_ThumbnailSelectionMode( 
   ImGearThumbnailSelectionMode value
);
[Description(" Gets or sets the selection behavior for the thumbnails in the ImGearThumbnailList control.")]
[Category("ImGearThumbnailList Properties")]
[Browsable(true)]
[DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public:
property ImGearThumbnailSelectionMode ThumbnailSelectionMode {
   ImGearThumbnailSelectionMode get();
   void set (    ImGearThumbnailSelectionMode value);
}

Property Value

One of the values ImGearThumbnailSelectionMode.
Remarks

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.

See Also

Reference

ImGearThumbnailList Class
ImGearThumbnailList Members