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 | Represents the kanban data source's type. |
Constructors
DataBindingEventArgs()
Declaration
public DataBindingEventArgs()
Properties
Count
Specifies the card count.
Declaration
public int Count { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | Accepts an integer value. |
Result
Returns the result data.
Declaration
public List<TValue> Result { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<TValue> | A list of the result data returned by the operation. |