Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class QueryChartRowInfoEventArgs<TValue> - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved