menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SwimlaneSortEventArgs - API Reference

    Show / Hide Table of Contents

    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.

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