Class CellDOM
Inheritance
System.Object
CellDOM
Assembly: Syncfusion.Blazor.dll
Syntax
public class CellDOM : Object
Constructors
CellDOM(List<String>)
Declaration
public CellDOM(List<string> classList = null)
Parameters
Type |
Name |
Description |
System.Collections.Generic.List<System.String> |
classList |
|
Methods
AddClass(String[])
Declaration
public void AddClass(string[] classList)
Parameters
Type |
Name |
Description |
System.String[] |
classList |
|
AddItem(List<String>, String[])
Declaration
protected void AddItem(List<string> addTo, string[] values)
Parameters
Type |
Name |
Description |
System.Collections.Generic.List<System.String> |
addTo |
|
System.String[] |
values |
|