Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class KanbanTargetDetails<TValue> - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class KanbanTargetDetails<TValue>

    Inheritance
    System.Object
    KanbanTargetDetails<TValue>
    Namespace: Syncfusion.Blazor.Kanban
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class KanbanTargetDetails<TValue> : Object
    Type Parameters
    Name Description
    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 String.Empty.

    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 null.

    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 0.

    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 null.

    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 null.

    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 null.

    Remarks

    Returns the Kanban swimlane key field based on the mouse cursor.

    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved