Class GalleryItemHoverEventArgs
Provides information about the ItemHover event callback.
Inherited Members
Namespace: Syncfusion.Blazor.Ribbon
Assembly: Syncfusion.Blazor.dll
Syntax
public class GalleryItemHoverEventArgs : BaseEventArgs
Remarks
This event occurs when a gallery item is hovered over, providing a chance to customize behavior or appearance.
Constructors
GalleryItemHoverEventArgs()
Declaration
public GalleryItemHoverEventArgs()
Properties
Item
Gets or sets the gallery item data that is being hovered over.
Declaration
public GalleryItem Item { get; set; }
Property Value
Type | Description |
---|---|
GalleryItem | A GalleryItem containing the hovered item data. |
Remarks
Use this property to retrieve the data associated with the gallery item under the pointer. This is useful for temporarily highlighting or displaying additional details about the item.