menu

Blazor

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

    Show / Hide Table of Contents

    Class FileMenuItemRenderEventArgs

    Provides information about the FileMenuItemRendering event callback for the file menu.

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

    This event occurs when a file menu item is being rendered, allowing custom rendering or added logic.

    Constructors

    FileMenuItemRenderEventArgs()

    Declaration
    public FileMenuItemRenderEventArgs()

    Properties

    Item

    Gets the file menu item corresponding to the element.

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

    A MenuItem representing the rendering file menu item.

    Remarks

    This property provides access to the data for a menu item that is currently being rendered.

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