Class RowDOM
Handles chart row customization.
Inherited Members
Namespace: Syncfusion.Blazor.Gantt
Assembly: Syncfusion.Blazor.dll
Syntax
public class RowDOM : DOM
Remarks
An instance of this class is passed in QueryChartRowInfo events as argument through which the conditional class can be added to chart row.
Constructors
RowDOM(List<String>)
Initializes a new instance of the RowDOM class.
Declaration
public RowDOM(List<string> classList = null)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<System.String> | classList | class list. |
Methods
AddClass(String[])
Add multiple class names to the specific cell.
Declaration
public void AddClass(string[] classList)
Parameters
Type | Name | Description |
---|---|---|
System.String[] | classList | List of class names. |
AddItem(List<String>, String[])
Add array of values to the list.
Declaration
protected void AddItem(List<string> addTo, string[] values)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<System.String> | addTo | Source list to be added. |
System.String[] | values | Array values to be added to the list. |