menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GalleryItemHoverEventArgs - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GalleryItemHoverEventArgs

    Provides information about the ItemHover event callback.

    Inheritance
    System.Object
    GalleryItemHoverEventArgs
    Namespace: Syncfusion.Blazor.Ribbon
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class GalleryItemHoverEventArgs : Object
    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved