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:
Inherited Members
Constructors
C#
public TreeListBeforeExcelExportEventArgs()