menu

Blazor

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

    Show / Hide Table of Contents

    Class DataBindingEventArgs<TValue>

    Represents the options of events before it is bound to Kanban.

    Inheritance
    System.Object
    DataBindingEventArgs<TValue>
    Namespace: Syncfusion.Blazor.Kanban
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class DataBindingEventArgs<TValue> : Object
    Type Parameters
    Name Description
    TValue

    The type of data source for the Kanban board.

    Remarks

    This class prepares data and its details before binding to the Kanban component.

    Constructors

    DataBindingEventArgs()

    Declaration
    public DataBindingEventArgs()

    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.

    Remarks

    Use this property to evaluate the number of cards prior to binding data.

    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 intended for binding.

    Remarks

    This property holds the generated result set before being shown on the UI.

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