GalleryItem Properties
Represents an item within a gallery.
Name | Description |
---|---|
Accessible |
Gets or sets the object’s description used by accessibility client applications. |
Accessible |
Gets or sets the object’s name used by accessibility client applications. |
Accessible |
Gets or sets the object’s accessible role. |
Appearance |
Provides access to the appearance settings used to paint this Gallery |
Appearance |
Provides access to the appearance settings used to paint this Gallery |
Caption | Gets or sets the item’s caption. |
Checked | Gets or sets whether the item is checked. |
Command |
Gets or sets the ICommand whose ExecuteClick event is invoked.
|
Command |
Gets or sets the parameter that is passed to the command specified by the Command property.
|
Description | Gets or sets the item’s description. |
Enabled |
Gets or sets whether the current Gallery |
Gallery | Gets the gallery which owns the current item. |
Gallery |
Gets a gallery group which is the owner of the current item. |
Hint | Gets a hint associated with the gallery item. |
Hover |
Gets or sets the item’s hover image. This property is obsolete. Use the Gallery property instead.
|
Hover |
Gets or sets the index of the hover image assigned to the gallery item. This property is obsolete. Use the Gallery property instead.
|
Hover |
Gets the collection of hover images that can be used by the current item. This property is obsolete. Use the Base |
Image |
Gets or sets the item’s image. This property is obsolete. Use the Gallery property instead.
|
Image |
Gets or sets the index of the image assigned to the gallery item. This property is obsolete. Use the Gallery property instead.
|
Image |
Provides access to properties that allow you to set up raster and vector images for this Gallery |
Images | Gets the collection of images that can be displayed within the current item. |
Image |
Gets or sets the uniform resource identifier of the image in the DX Image Gallery displayed in the current item.
A specific version of the addressed image is automatically chosen based on the app context (the current skin and required image size). This property is obsolete. Use the |
Origin |
Gets the item that was used as a source when the current item was created. |
Super |
Gets or sets a Super |
Tag |
Gets or sets an object that contains data on the current Gallery |
Value |
Gets or sets the Gallery |
Visible | Gets or sets whether the gallery item is visible. |
See Also