Class SpreadsheetDownloadEventArgs
Arguments for the open event.
Inheritance
System.Object
SpreadsheetDownloadEventArgs
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class SpreadsheetDownloadEventArgs : Object, ICancellableEventArgs
Constructors
SpreadsheetDownloadEventArgs()
Declaration
public SpreadsheetDownloadEventArgs()
Properties
FileName
The files that are used for the event.
Declaration
public string FileName { get; set; }
Property Value
System.String
|
IsCancelled
Specifies if the event should be canceled.
Declaration
public bool IsCancelled { get; set; }
Property Value
System.Boolean
|