New to Telerik UI for BlazorStart a free 30-day trial

Event arguments fired before a TreeList Excel export starts. Use this event to modify the columns and data, or to cancel the export.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

C#
public class TreeListBeforeExcelExportEventArgs : GridBeforeSpreadsheetExportEventArgs<TreeListExcelExportColumn>, ICancellableEventArgs

Inheritance: objectGridBeforeSpreadsheetExportEventArgs<TreeListExcelExportColumn>TreeListBeforeExcelExportEventArgs

Implements: ICancellableEventArgs

Inherited Members GridBeforeSpreadsheetExportEventArgs<TreeListExcelExportColumn>.ColumnsGridBeforeSpreadsheetExportEventArgs<TreeListExcelExportColumn>.DataGridBeforeSpreadsheetExportEventArgs<TreeListExcelExportColumn>.IsCancelled

Constructors

C#
public TreeListBeforeExcelExportEventArgs()