menu

Blazor

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

    Show / Hide Table of Contents

    Class DataBoundEventArgs<TValue>

    Holds options of events once it is bound to Kanban.

    Inheritance
    System.Object
    DataBoundEventArgs<TValue>
    Namespace: Syncfusion.Blazor.Kanban
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class DataBoundEventArgs<TValue> : Object
    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
    System.Int32

    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
    System.Collections.Generic.List<TValue>

    A list containing the result data that has been bound.

    Remarks

    Access this property to obtain bound data results for rendering.

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