Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CaptionTemplateContext

    Show / Hide Table of Contents

    Class CaptionTemplateContext

    Class that defines template context detail of CaptionTemplate. CaptionTemplate

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

    Constructors

    CaptionTemplateContext()

    Declaration
    public CaptionTemplateContext()

    Properties

    Count

    Gets count value which specified the number of records in the group.

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

    Field

    Gets the current group field name.

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

    ForeignKey

    Gets corresponding grouped foreign key value.

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

    ForeignKeyValue

    Gets the current foreign key value name.

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

    GroupGuid

    Gets the group GUID.

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

    HeaderText

    Gets header text of the grouped column.

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

    Key

    Gets grouped data key value.

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

    Level

    Gets depth or level in which the group caption is present.

    Declaration
    public int Level { get; set; }
    Property Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved