Class IgbBaseExporter
Inheritance
System.Object
IgbBaseExporter
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbBaseExporter : BaseRendererElement, JsonSerializable
Constructors
IgbBaseExporter()
Declaration
Properties
ColumnExporting
Declaration
public EventCallback<IgbColumnExportingEventArgs> ColumnExporting { get; set; }
Property Value
ColumnExportingScript
Declaration
public string ColumnExportingScript { get; set; }
Property Value
| Type |
Description |
| System.String |
|
ExportEnded
Declaration
public EventCallback<IgbBaseEventArgs> ExportEnded { get; set; }
Property Value
| Type |
Description |
| Microsoft.AspNetCore.Components.EventCallback<IgbBaseEventArgs> |
|
ExportEndedScript
Declaration
public string ExportEndedScript { get; set; }
Property Value
| Type |
Description |
| System.String |
|
RowExporting
Declaration
public EventCallback<IgbRowExportingEventArgs> RowExporting { get; set; }
Property Value
RowExportingScript
Declaration
public string RowExportingScript { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Type
Declaration
public override string Type { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
Methods
ExportData(Object[], IgbExporterOptionsBase)
Declaration
public void ExportData(object[] data, IgbExporterOptionsBase options)
Parameters
ExportDataAsync(Object[], IgbExporterOptionsBase)
Declaration
public Task ExportDataAsync(object[] data, IgbExporterOptionsBase options)
Parameters
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
ExportGrid(Object, IgbExporterOptionsBase)
Declaration
[WCWidgetMemberName("Export")]
public void ExportGrid(object grid, IgbExporterOptionsBase options)
Parameters
ExportGridAsync(Object, IgbExporterOptionsBase)
Declaration
[WCWidgetMemberName("Export")]
public Task ExportGridAsync(object grid, IgbExporterOptionsBase options)
Parameters
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
FindByName(String)
Declaration
public override object FindByName(string name)
Parameters
| Type |
Name |
Description |
| System.String |
name |
|
Returns
| Type |
Description |
| System.Object |
|
Overrides
SetNativeElement(Object)
Declaration
public void SetNativeElement(object element)
Parameters
| Type |
Name |
Description |
| System.Object |
element |
|
SetNativeElementAsync(Object)
Declaration
public Task SetNativeElementAsync(object element)
Parameters
| Type |
Name |
Description |
| System.Object |
element |
|
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
Implements