menu

Blazor

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

    Show / Hide Table of Contents

    Class GalleryItemRenderEventArgs

    Provides information about the ItemRendering event callback.

    Inheritance
    System.Object
    GalleryItemRenderEventArgs
    Namespace: Syncfusion.Blazor.Ribbon
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class GalleryItemRenderEventArgs : Object
    Remarks

    This event is used for customizing the rendering logic of gallery items.

    Constructors

    GalleryItemRenderEventArgs()

    Declaration
    public GalleryItemRenderEventArgs()

    Properties

    Item

    Gets or sets the gallery item data for custom rendering.

    Declaration
    public GalleryItem Item { get; set; }
    Property Value
    Type Description
    GalleryItem

    A GalleryItem containing the item to be rendered.

    Remarks

    Use this property to access or modify the data of the gallery item being rendered. It is particularly useful for implementing custom rendering logic or dynamic styling based on item properties.

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