GalleryItem Members
In This Article
#Constructors
Name | Description |
---|---|
Gallery |
Initializes a new instance of the Gallery |
Gallery |
Initializes a new instance of the Gallery |
Gallery |
Initializes a new instance of the Gallery |
Gallery |
Initializes a new instance of the Gallery |
Gallery |
Initializes a new instance of the Gallery |
Gallery |
Initializes a new instance of the Gallery |
#Properties
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. |
#Methods
Name | Description |
---|---|
Assign |
Copies settings from the specified object to the current object. |
Bind |
Uses the command selector to find an appropriate parameterized command in the source and bind it to this Gallery |
Bind |
Binds the specific parameterized command to this Gallery |
Bind |
Uses the command selector to find an appropriate parameterized command of the target type in the source and bind it to this Gallery |
Clone() |
Creates a new Gallery |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Focus() |
Focuses this Gallery |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Make |
Makes the current gallery item visible onscreen, if it’s hidden due to scrolling. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Reset |
Removes the Gallery |
To |
Returns a string that represents the current object. Inherited from Object. |
#Events
Name | Description |
---|---|
Command |
Occurs when the Can |
Command |
Occurs after the value of the Command property has changed. |
Command |
Occurs after the value of the Command |
Item |
Occurs each time an end-user clicks the Gallery |
See Also