Class PdfQueryTaskbarInfoEventArgs<TValue>
Provides information about the PdfQueryTaskbarInfo event.
Inheritance
Namespace: Syncfusion.Blazor.Gantt
Assembly: Syncfusion.Blazor.dll
Syntax
public class PdfQueryTaskbarInfoEventArgs<TValue> : Object
Type Parameters
Name |
---|
TValue |
Constructors
PdfQueryTaskbarInfoEventArgs()
Declaration
public PdfQueryTaskbarInfoEventArgs()
Properties
Data
Gets the data associated with a row in a query Gantt chart Pdf export.
Declaration
public TValue Data { get; }
Property Value
Type | Description |
---|---|
TValue | The data object that is associated with a row in Gantt chart. |
Remarks
The Data property allows you to set or retrieve the data associated with a specific row in a Gantt chart. This property is typically used in events or callbacks related to the Gantt chart, such as the PdfQueryTaskbarInfoEventArgs.
LabelSettings
Gets or sets the template for labels in the Gantt chart Pdf export.
Declaration
public PdfLabelSettings LabelSettings { get; set; }
Property Value
Type | Description |
---|---|
PdfLabelSettings | An instance of PdfLabelSettings. |
Remarks
PdfLabelSettings class represents label templates configuration for taskbar label in the Gantt chart Pdf export, including their font, color, and position.
TaskbarStyle
Gets or sets the styles for taskbars in the Gantt chart Pdf export.
Declaration
public PdfTaskbar TaskbarStyle { get; set; }
Property Value
Type | Description |
---|---|
PdfTaskbar | An instance of PdfTaskbar. |
Remarks
PdfTaskbar class representing the style configuration for taskbars in the Gantt chart Pdf export.