ASPxClientImageGalleryCancelEventArgs Members
Provides data for the ASPxClientImageGallery.FullscreenViewerShowing event.Constructors
Name | Description |
---|---|
constructor(index, name) | Initializes a new instance of the ASPxClientImageGalleryCancelEventArgs class. |
Properties
Name | Description |
---|---|
cancel | Specifies whether to cancel the related action (for example, row edit, export). Inherited from ASPxClientCancelEventArgs. |
index | Gets the index of the item related to the event. |
name | Gets the unique identifier name of the item related to the event. |
See Also