menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RowPosition - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class RowPosition

    Defines row position for newly added record.

    Inheritance
    System.Object
    RowPosition
    Namespace: Syncfusion.Blazor.Gantt
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class RowPosition : Enum

    Fields

    Above

    Defines new row position as above the selected row.

    Declaration
    public const RowPosition Above
    Field Value
    Type
    RowPosition

    Below

    Defines new row position as below the selected row.

    Declaration
    public const RowPosition Below
    Field Value
    Type
    RowPosition

    Bottom

    Defines new row position as bottom of all rows.

    Declaration
    public const RowPosition Bottom
    Field Value
    Type
    RowPosition

    Child

    Defines new row position as child to the selected row.

    Declaration
    public const RowPosition Child
    Field Value
    Type
    RowPosition

    Top

    Defines new row position as top of all rows.

    Declaration
    public const RowPosition Top
    Field Value
    Type
    RowPosition
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved