Class QueryChartRowInfoEventArgs<TValue>
To maintain QueryChartRowInfoEventArgs.
Inheritance
System.Object
QueryChartRowInfoEventArgs<TValue>
Namespace: Syncfusion.Blazor.Gantt
Assembly: Syncfusion.Blazor.dll
Syntax
public class QueryChartRowInfoEventArgs<TValue> : Object
Type Parameters
Name | Description |
---|---|
TValue | Specifies the type of QueryChartRowInfoEventArgs. |
Constructors
QueryChartRowInfoEventArgs()
Declaration
public QueryChartRowInfoEventArgs()
Properties
Data
To set Data in QueryChartRowInfoEventArgs.
Declaration
public TValue Data { get; set; }
Property Value
Type | Description |
---|---|
TValue |
Row
To set Row in QueryChartRowInfoEventArgs.
Declaration
public RowDOM Row { get; set; }
Property Value
Type | Description |
---|---|
RowDOM |
TaskbarType
To set TaskbarType in QueryChartRowInfoEventArgs.
Declaration
public string TaskbarType { get; set; }
Property Value
Type | Description |
---|---|
System.String |