New to Telerik UI for BlazorStart a free 30-day trial

DTO matching the JS object shape passed via invokeMethodAsync for column drop events.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

C#
public sealed class ColumnDropArgs

Inheritance: objectColumnDropArgs

Constructors

C#
public ColumnDropArgs()

Properties

C#
public string ColumnStatus { get; set; }
C#
public string DropPosition { get; set; }
C#
public string TargetColumnStatus { get; set; }
C#
public int TargetIndex { get; set; }