menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ExportFieldInfo - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved