Class QueryCellInfoEventArgs<TValue>
Provides information about the QueryCellInfo event.
Inheritance
System.Object
QueryCellInfoEventArgs<TValue>
Namespace: Syncfusion.Blazor.Kanban
Assembly: Syncfusion.Blazor.dll
Syntax
public class QueryCellInfoEventArgs<TValue> : Object
Type Parameters
Name | Description |
---|---|
TValue | Represents the kanban data source's type. |
Constructors
QueryCellInfoEventArgs()
Declaration
public QueryCellInfoEventArgs()
Properties
Cancel
Defines the cancel option for the action taking place.
Declaration
public bool Cancel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Data
Returns the object of the elements which is currently being rendered on the UI.
Declaration
public List<SwimlaneSettingsModel> Data { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<SwimlaneSettingsModel> | A list of swimlane settings models representing the elements that are currently being displayed on the UI. |
RequestType
Returns the request type of the current action.
Declaration
public string RequestType { get; set; }
Property Value
Type | Description |
---|---|
System.String | Accepts the string value. |