Class ExcelDetailTemplateEventArgs<T>
Inheritance
System.Object
ExcelDetailTemplateEventArgs<T>
Namespace: Syncfusion.Blazor.Grids
Assembly: Syncfusion.Blazor.dll
Syntax
public class ExcelDetailTemplateEventArgs<T> : Object
Type Parameters
Name |
---|
T |
Constructors
ExcelDetailTemplateEventArgs()
Declaration
public ExcelDetailTemplateEventArgs()
Properties
ParentRow
Gets details about the parent row.
Declaration
public ParentRowInfo<T> ParentRow { get; }
Property Value
Type | Description |
---|---|
ParentRowInfo<T> | This property contains information about the row index, data, and its corresponding columns |
Remarks
Utilizing parent row details, you can customize the detail row.
RowInfo
Gets or sets the values for the detail template.
Declaration
public ExcelDetailTemplateRowSettings RowInfo { get; set; }
Property Value
Type | Description |
---|---|
ExcelDetailTemplateRowSettings | This property contains information about detail content, such as images, text, hyperlinks, or grids. |