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.