Class DetailTemplateRow
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. |