You are here: Ektron Namespace > Server Controls API > Ektron.Cms Namespace > Ektron.Cms.Controls Namespace > Classes > Product Class > Product Properties > ImageGallery
Ektron CMS400.NET API Documentation
ContentsIndexHome
PreviousUpNext
Product.ImageGallery Property

Select the type of image gallery that’s displayed with a product’s information. Images that appear in the gallery are set in the Workarea’s Media tab when creating or editing a product. The Gallery Display property for each image on the Media tab must be set to Yes. Choices are:

  • List = display gallery images
  • None = hide gallery images
In the Image Gallery, images are displayed at their smallest size. Once a site visitor clicks an image, a larger version of it is displayed in a thick box.

C#
[Bindable(true)]
[Category("Ektron")]
[DefaultValue(ImageGalleryType.List)]
[Description("elect the type of image gallery that�s displayed with a product�s information. Images that appear in the gallery are set in the Workarea�s Media tab when creating or editing a product.")]
public ImageGalleryType ImageGallery;
Visual Basic
<Bindable(true)>
<Category("Ektron")>
<DefaultValue(ImageGalleryType.List)>
<Description("elect the type of image gallery that�s displayed with a product�s information. Images that appear in the gallery are set in the Workarea�s Media tab when creating or editing a product.")>
Public Property ImageGallery() As ImageGalleryType
Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at [email protected].
Copyright (c) 2008. All rights reserved.
What do you think about this topic? Send feedback!