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> |
Name
Specifies name of the event.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RequestType
Returns the request type of the current action.
Declaration
public string RequestType { get; set; }
Property Value
Type | Description |
---|---|
System.String |