Class
SpreadsheetDownloadEventArgs

Arguments for the open event.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class SpreadsheetDownloadEventArgs : ICancellableEventArgs

Inheritance: objectSpreadsheetDownloadEventArgs

Implements: ICancellableEventArgs

Constructors

SpreadsheetDownloadEventArgs()

Declaration

cs-api-definition
public SpreadsheetDownloadEventArgs()

Properties

FileName

The files that are used for the event.

Declaration

cs-api-definition
public string FileName { get; set; }

Property Value

string

IsCancelled

Specifies if the event should be canceled.

Declaration

cs-api-definition
public bool IsCancelled { get; set; }

Property Value

bool

Implements ICancellableEventArgs.IsCancelled