Class ExportFieldInfo
A class that holds the field name and its header text to export to excel.
Inherited Members
Namespace: Syncfusion.Blazor.Schedule
Assembly: Syncfusion.Blazor.dll
Syntax
public class ExportFieldInfo
Constructors
ExportFieldInfo()
Declaration
public ExportFieldInfo()
Properties
Name
Gets or sets the field name to export.
Declaration
public string Name { get; set; }
Property Value
| Type |
|---|
| string |
Text
Gets or sets the header display text.
Declaration
public string Text { get; set; }
Property Value
| Type |
|---|
| string |