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