The event arguments for the OnColumnReorder event.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Type Parameters:
TColumn
The type of the column data items in ColumnData.
Syntax:
C#
public class TaskBoardColumnReorderEventArgs<TColumn> : EventArgs
Inheritance: objectEventArgsTaskBoardColumnReorderEventArgs<TColumn>
Inherited Members
Constructors
C#
public TaskBoardColumnReorderEventArgs()
Properties
Set to true to prevent the reorder from completing and keep the column in its original position.
C#
public bool IsCancelled { get; set; }