menu

Blazor

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

    Show / Hide Table of Contents

    Class DetailTemplateRow

    Inheritance
    System.Object
    DetailTemplateRow
    ExcelDetailTemplateRow
    PdfDetailTemplateRow
    Namespace: Syncfusion.Blazor.Grids
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class DetailTemplateRow : Object

    Constructors

    DetailTemplateRow()

    Declaration
    public DetailTemplateRow()

    Properties

    Index

    Gets or sets the index of the header or content row.

    Declaration
    public Nullable<int> Index { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    The default value is null. Represents the index of the row that will be exported in the detail row.

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