Blazor

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

    Show / Hide Table of Contents

    Class DataBindingEventArgs<TValue>

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

    Constructors

    DataBindingEventArgs()

    Declaration
    public DataBindingEventArgs()

    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