alexa
menu

Blazor

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

    Show / Hide Table of Contents

    Class DataBoundEventArgs<TValue>

    Holds options of events once it is bound to Kanban.

    Inheritance
    object
    DataBoundEventArgs<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 DataBoundEventArgs<TValue>
    Type Parameters
    Name Description
    TValue

    The type of data source for the Kanban board.

    Remarks

    This class details the information and data results after being successfully bound to the Kanban environment.

    Constructors

    DataBoundEventArgs()

    Declaration
    public DataBoundEventArgs()

    Properties

    Count

    Gets or sets the count of cards.

    Declaration
    public int Count { get; set; }
    Property Value
    Type Description
    int

    An integer representing the total number of cards after binding.

    Remarks

    This property captures the state of data binding, focusing on card totals.

    Result

    Gets or sets the result data.

    Declaration
    public List<TValue> Result { get; set; }
    Property Value
    Type Description
    List<TValue>

    A list containing the result data that has been bound.

    Remarks

    Access this property to obtain bound data results for rendering.

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