alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class QueryCellInfoEventArgs<TValue>

    Provides information about the QueryCellInfo event.

    Inheritance
    object
    QueryCellInfoEventArgs<TValue>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.Kanban
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class QueryCellInfoEventArgs<TValue>
    Type Parameters
    Name Description
    TValue

    The type of data source for the Kanban board.

    Remarks

    This class outlines the data and actions related to the rendering of Kanban cell information.

    Constructors

    QueryCellInfoEventArgs()

    Declaration
    public QueryCellInfoEventArgs()

    Properties

    Cancel

    Gets or sets a value indicating whether the rendering action can be canceled.

    Declaration
    public bool Cancel { get; set; }
    Property Value
    Type Description
    bool

    true if the cell rendering can be canceled; otherwise, false.

    Remarks

    Use this property to control the display of certain cells based on conditions.

    Data

    Gets or sets the data associated with the cell being rendered.

    Declaration
    public List<SwimlaneSettingsModel> Data { get; set; }
    Property Value
    Type Description
    List<SwimlaneSettingsModel>

    A list of SwimlaneSettingsModel representing the data elements being displayed.

    Remarks

    The data aids in rendering the UI elements corresponding to specific swimlane configurations.

    RequestType

    Gets or sets the request type of the current action.

    Declaration
    public string RequestType { get; set; }
    Property Value
    Type Description
    string

    A string indicating the nature of the action being performed.

    Remarks

    This property identifies the type of operation being evaluated or carried out.

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