menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DataGridUnboundRowPosition - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DataGridUnboundRowPosition

    Gets or sets the value that indicates whether the unbound

    Inheritance
    System.Object
    DataGridUnboundRowPosition
    Namespace: Syncfusion.Maui.DataGrid
    Assembly: Syncfusion.Maui.DataGrid.dll
    Syntax
    public sealed class DataGridUnboundRowPosition : Enum

    Fields

    Bottom

    Specifies that unbound row that will be placed at bottom of the body region and is scrollable.

    Declaration
    public const DataGridUnboundRowPosition Bottom
    Field Value
    Type
    DataGridUnboundRowPosition

    FixedBottom

    Specifies that unbound row that will be placed in the footer region and it’s frozen in the view

    Declaration
    public const DataGridUnboundRowPosition FixedBottom
    Field Value
    Type
    DataGridUnboundRowPosition

    FixedTop

    Specifies that unbound row that will be placed in the header region and it’s frozen in the view.

    Declaration
    public const DataGridUnboundRowPosition FixedTop
    Field Value
    Type
    DataGridUnboundRowPosition

    None

    No Unbound Row will be placed.

    Declaration
    public const DataGridUnboundRowPosition None
    Field Value
    Type
    DataGridUnboundRowPosition

    Top

    Specifies that unbound row that will be placed at top of the body region and is scrollable.

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