menu

Blazor

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

    Show / Hide Table of Contents

    Class ExcelCaptionTemplateArgs

    Provides information about an ExcelGroupCaptionTemplateInfo event.

    Inheritance
    System.Object
    ExcelCaptionTemplateArgs
    Namespace: Syncfusion.Blazor.Grids
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ExcelCaptionTemplateArgs : Object

    Constructors

    ExcelCaptionTemplateArgs()

    Declaration
    public ExcelCaptionTemplateArgs()

    Properties

    Cell

    Gets the Syncfusion.ExcelExport.Cell details of the grid cell.

    Declaration
    public Cell Cell { get; set; }
    Property Value
    Type Description
    Syncfusion.ExcelExport.Cell

    The details of the grid cell as an instance of Syncfusion.ExcelExport.Cell.

    Column

    Gets the GridColumn object that represents the current cell's grouped column.

    Declaration
    public GridColumn Column { get; }
    Property Value
    Type Description
    GridColumn

    A gridcolumn object that represents the current cell's grouped column.

    Count

    Gets the count of the child data items of the grouped record.

    Declaration
    public int Count { get; }
    Property Value
    Type Description
    System.Int32

    An integer value that represents the count of the child data items of the grouped record.

    Field

    Gets the Field name that is currently grouped.

    Declaration
    public string Field { get; }
    Property Value
    Type Description
    System.String

    A string that represents the name of the field that is currently grouped.

    ForeignKey

    Gets the grouped key value of the current foreign key column.

    Declaration
    public string ForeignKey { get; }
    Property Value
    Type Description
    System.String

    A string that represents the grouped key value of the current foreign key column record. If the foreign key column is not grouped, the value of this property is null.

    ForeignKeyValue

    Gets the foreign key value of the current grouped record.

    Declaration
    public string ForeignKeyValue { get; }
    Property Value
    Type Description
    System.String

    A string that represents the foreign key value of the current grouped record. If the foreign key column is not grouped, the value of this property is null.

    HeaderText

    Gets the HeaderText grouped column.

    Declaration
    public string HeaderText { get; }
    Property Value
    Type Description
    System.String

    A string that represents the header text of the current grouped column.

    Key

    Gets the key value of the current grouped record.

    Declaration
    public string Key { get; }
    Property Value
    Type Description
    System.String

    A string that represents the key value of the current grouped record.

    Style

    Gets the Syncfusion.ExcelExport.CellStyle of the current cell.

    Declaration
    public CellStyle Style { get; set; }
    Property Value
    Type
    Syncfusion.ExcelExport.CellStyle

    Value

    Gets the value of the current grouped cell.

    Declaration
    public object Value { get; }
    Property Value
    Type Description
    System.Object

    An object that represents the value of the current grouped cell.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved