Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CellDOM - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CellDOM

    Inheritance
    System.Object
    CellDOM
    Namespace: Syncfusion.Blazor.Schedule
    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved