menu

Blazor

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

    Show / Hide Table of Contents

    Class DetailTemplateSettings

    Inheritance
    System.Object
    DetailTemplateSettings
    ExcelDetailTemplateRowSettings
    PdfDetailTemplateRowSettings
    Namespace: Syncfusion.Blazor.Grids
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class DetailTemplateSettings : Object

    Constructors

    DetailTemplateSettings()

    Declaration
    public DetailTemplateSettings()

    Properties

    Hyperlink

    Gets or sets the hyperlink associated with the detail cell.

    Declaration
    public Hyperlink Hyperlink { get; set; }
    Property Value
    Type Description
    Hyperlink

    A Hyperlink object representing the cell's hyperlink. During exporting the corresponding cell value is rendered with hyperlink.

    Text

    Gets or sets the text content of the detail cell.

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

    The text representing the content of the cell. Here you can specify the value you want to display on the detail cell while exporting.

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