menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RowDOM - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class RowDOM

    Handles chart row customization.

    Inheritance
    System.Object
    DOM
    RowDOM
    Inherited Members
    DOM.GetAttribute<T>(String)
    DOM.GetClassList()
    DOM.ID
    DOM.RemoveClass(String[])
    DOM.SetAttribute<T>(String, T)
    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved