Back to Devexpress

GalleryItem Properties

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-galleryitem-dot-underscore-properties.md

latest5.6 KB
Original Source

GalleryItem Properties

Represents an item within a gallery.

NameDescription
AccessibleDescriptionGets or sets the object’s description used by accessibility client applications.
AccessibleNameGets or sets the object’s name used by accessibility client applications.
AccessibleRoleGets or sets the object’s accessible role.
AppearanceCaptionProvides access to the appearance settings used to paint this GalleryItem‘s caption.
AppearanceDescriptionProvides access to the appearance settings used to paint this GalleryItem‘s descritpion.
CaptionGets or sets the item’s caption.
CheckedGets or sets whether the item is checked.
CommandGets or sets the ICommand whose Execute(Object) method will be called when the Click event is invoked.
CommandParameterGets or sets the parameter that is passed to the command specified by the Command property.
DescriptionGets or sets the item’s description.
EnabledGets or sets whether the current GalleryItem is enabled.
GalleryGets the gallery which owns the current item.
GalleryGroupGets a gallery group which is the owner of the current item.
HintGets a hint associated with the gallery item.
HoverImageGets or sets the item’s hover image. This property is obsolete. Use the GalleryItem.ImageOptions.HoverImage property instead.
HoverImageIndexGets or sets the index of the hover image assigned to the gallery item. This property is obsolete. Use the GalleryItem.ImageOptions.HoverImageIndex property instead.
HoverImagesGets the collection of hover images that can be used by the current item. This property is obsolete. Use the BaseGallery.HoverImages property instead.
ImageGets or sets the item’s image. This property is obsolete. Use the GalleryItem.ImageOptions.Image property instead.
ImageIndexGets or sets the index of the image assigned to the gallery item. This property is obsolete. Use the GalleryItem.ImageOptions.ImageIndex property instead.
ImageOptionsProvides access to properties that allow you to set up raster and vector images for this GalleryItem.
ImagesGets 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). This property is obsolete. Use the GalleryItem.ImageOptions.ImageUri property instead.

| | 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

GalleryItem Class

GalleryItem Members

DevExpress.XtraBars.Ribbon Namespace