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 | Represents the kanban data source's type. |
Constructors
DataBoundEventArgs()
Declaration
public DataBoundEventArgs()
Properties
Count
Specifies the card count.
Declaration
public int Count { get; set; }
Property Value
Type |
---|
System.Int32 |
Result
Returns the result data.
Declaration
public List<TValue> Result { get; set; }
Property Value
Type |
---|
System.Collections.Generic.List<TValue> |