menu

MAUI

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

    Show / Hide Table of Contents

    Class SerializableDataGridUnboundRow

    Represents a class that is used to serialize and deserialize DataGridUnboundRow property settings.

    Inheritance
    System.Object
    SerializableDataGridUnboundRow
    Namespace: Syncfusion.Maui.DataGrid
    Assembly: Syncfusion.Maui.DataGrid.dll
    Syntax
    public class SerializableDataGridUnboundRow : Object

    Constructors

    SerializableDataGridUnboundRow()

    Declaration
    public SerializableDataGridUnboundRow()

    Properties

    Position

    Gets or sets a value that indicates whether the SerializableDataGridUnboundRows is positioned at either top or bottom of SfDataGrid.

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

    RowIndex

    Gets the row index of the SerializableDataGridUnboundRows.

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

    ShowBelowSummary

    Gets or sets a value that indicates whether the SerializableDataGridUnboundRows should be displayed above or below of the SerializableTableGridSummaryRows.

    Declaration
    public bool ShowBelowSummary { get; set; }
    Property Value
    Type
    System.Boolean

    UnboundRowIndex

    Gets the index of UnboundRow from the SerializableDataGridUnboundRows collection.

    Declaration
    public int UnboundRowIndex { get; set; }
    Property Value
    Type
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved