menu

MAUI

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

    Show / Hide Table of Contents

    Class DataGridUnboundRow

    Represents a class that defines the information of unbound row.

    Inheritance
    System.Object
    DataGridUnboundRow
    Implements
    System.IDisposable
    Namespace: Syncfusion.Maui.DataGrid
    Assembly: Syncfusion.Maui.DataGrid.dll
    Syntax
    public class DataGridUnboundRow : BindableObject, IDisposable

    Constructors

    DataGridUnboundRow()

    Declaration
    public DataGridUnboundRow()

    Fields

    PositionProperty

    Declaration
    public static readonly BindableProperty PositionProperty
    Field Value
    Type
    Microsoft.Maui.Controls.BindableProperty

    Properties

    Position

    Gets or sets the value that indicates whether the unbound row is displayed in top or bottom position of SfDataGrid.

    Declaration
    public DataGridUnboundRowPosition Position { get; set; }
    Property Value
    Type
    DataGridUnboundRowPosition

    RowIndex

    Gets the row index of the unbound row.

    Declaration
    public int RowIndex { get; }
    Property Value
    Type
    System.Int32

    UnboundRowIndex

    Gets the row index of the unbound row from the UnboundRows collection.

    Declaration
    public int UnboundRowIndex { get; }
    Property Value
    Type
    System.Int32

    Methods

    Dispose()

    Declaration
    public void Dispose()

    Implements

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