Class GridAfterSpreadsheetExportEventArgs
The event arguments for the event that is triggered after the export.
Inheritance
System.Object
GridAfterSpreadsheetExportEventArgs
Namespace: Telerik.Blazor.Components.Grid
Assembly: Telerik.Blazor.dll
Syntax
public abstract class GridAfterSpreadsheetExportEventArgs : Object
Constructors
GridAfterSpreadsheetExportEventArgs()
Declaration
protected GridAfterSpreadsheetExportEventArgs()
Properties
Stream
The export output as a stream.
Declaration
public MemoryStream Stream { get; set; }
Property Value
System.IO.MemoryStream
|