Class KanbanTargetDetails<TValue>
Inheritance
Namespace: Syncfusion.Blazor.Kanban
Assembly: Syncfusion.Blazor.dll
Syntax
public class KanbanTargetDetails<TValue> : Object
Type Parameters
Name |
---|
TValue |
Constructors
KanbanTargetDetails()
Declaration
public KanbanTargetDetails()
Properties
ColumnKeyField
Returns the column key field based on the mouse cursor position.
Declaration
public string ColumnKeyField { get; set; }
Property Value
Type | Description |
---|---|
System.String | It return the column key field. The default value is |
Remarks
Returns the Kanban column key field.
CurrentCardId
Returns the current card id based on the cursor position.
Declaration
public string CurrentCardId { get; set; }
Property Value
Type | Description |
---|---|
System.String | It returns the current card Id based on current mouse position. The default value is |
Remarks
It will return the current card Id when the cursor moved inside the card element.
Index
Returns the mouse event arguments.
Declaration
public int Index { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | It return the current card position in the column. The default value is |
PreviousCardData
Returns the previous card data.
Declaration
public List<TValue> PreviousCardData { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<TValue> | It return the previous card data. The default value is |
Remarks
It is used when setting the SortOrderBy as Index
.
PreviousCardId
Returns the previous card id based on the cursor position.
Declaration
public string PreviousCardId { get; set; }
Property Value
Type | Description |
---|---|
System.String | It return the previous card unique field Id. The default value is |
Remarks
It is used when setting the SortOrderBy as Index
.
SwimlaneKeyField
Returns the swimlane key field based on the current mouse position.
Declaration
public string SwimlaneKeyField { get; set; }
Property Value
Type | Description |
---|---|
System.String | It return the swimlane key field. The default value is |
Remarks
Returns the Kanban swimlane key field based on the mouse cursor.