GalleryItem Properties
Represents an item within a gallery.Name | Description |
---|---|
AccessibleDescription | Gets or sets the object’s description used by accessibility client applications. |
AccessibleName | Gets or sets the object’s name used by accessibility client applications. |
AccessibleRole | Gets or sets the object’s accessible role. |
AppearanceCaption | Provides access to the appearance settings used to paint this GalleryItem‘s caption. |
AppearanceDescription | Provides access to the appearance settings used to paint this GalleryItem‘s descritpion. |
Caption | Gets or sets the item’s caption. |
Checked | Gets or sets whether the item is checked. |
Command |
Gets or sets the ICommand whose Execute(Object) method will be called when the Click event is invoked.
|
CommandParameter |
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 GalleryItem is enabled. |
Gallery | Gets the gallery which owns the current item. |
GalleryGroup | Gets a gallery group which is the owner of the current item. |
Hint | Gets a hint associated with the gallery item. |
HoverImage | Gets or sets the item’s hover image. |
HoverImageIndex | Gets or sets the index of the hover image assigned to the gallery item. |
HoverImages | Gets the collection of hover images that can be used by the current item. |
Image | Gets or sets the item’s image. |
ImageIndex | Gets or sets the index of the image assigned to the gallery item. |
ImageOptions | Provides access to properties that allow you to set up raster and vector images for this GalleryItem. |
Images | Gets the collection of images that can be displayed within the current item. |
ImageUri |
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). |
OriginItem | Gets the item that was used as a source when the current item was created. |
SuperTip | Gets or sets a SuperToolTip for the current bar item. |
Tag | Gets or sets an object that contains data on the current GalleryItem object. |
Value | Gets or sets the GalleryItem‘s value. |
Visible | Gets or sets whether the gallery item is visible. |
See Also