Class PdfQueryCellInfoEventArgs<TValue>
Provides information about the PdfQueryCellInfo event.
Inherited Members
Namespace: Syncfusion.Blazor.Gantt
Assembly: Syncfusion.Blazor.dll
Syntax
public class PdfQueryCellInfoEventArgs<TValue> : PdfHeaderQueryCellInfoEventArgs
Type Parameters
| Name |
|---|
| TValue |
Constructors
PdfQueryCellInfoEventArgs()
Declaration
public PdfQueryCellInfoEventArgs()
Properties
Data
Gets the row data associated with the content of the current cell in the Gantt chart.
Declaration
public TValue Data { get; }
Property Value
| Type | Description |
|---|---|
| TValue | A |