CardDropArgs
Class
DTO matching the JS object shape passed via invokeMethodAsync for card drop events.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public sealed class CardDropArgs
Inheritance: objectCardDropArgs
Constructors
C#
public CardDropArgs()
Properties
C#
public string DropPosition { get; set; }
C#
public string SourceStatus { get; set; }
C#
public string TargetCardId { get; set; }
C#
public int TargetIndex { get; set; }
C#
public string TargetStatus { get; set; }