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