Blazor

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

    Show / Hide Table of Contents

    Class DataBoundEventArgs<TValue>

    A class that holds options of events once it 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

    Constructors

    DataBoundEventArgs()

    Declaration
    public DataBoundEventArgs()

    Properties

    Count

    Specifies the card count.

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

    Name

    Specifies name of the event.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    Result

    Returns the result data.

    Declaration
    public List<TValue> Result { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<TValue>
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved