Class SwimlaneSortEventArgs
Interface for the class SwimlaneSortEventArgs.
Inheritance
System.Object
SwimlaneSortEventArgs
Namespace: Syncfusion.Blazor.Kanban
Assembly: Syncfusion.Blazor.dll
Syntax
public class SwimlaneSortEventArgs : Object
Constructors
SwimlaneSortEventArgs()
Declaration
public SwimlaneSortEventArgs()
Properties
SwimlaneRows
Defines the sorting order of swimlane rows.
Declaration
public List<SwimlaneSettingsModel> SwimlaneRows { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<SwimlaneSettingsModel> | A list of SwimlaneSettingsModel objects that represent the swimlane rows and their sorting order for the Kanban component. |