menu

WinUI

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

    Show / Hide Table of Contents

    Class SerializableGridUnboundRow

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

    Inheritance
    System.Object
    SerializableGridUnboundRow
    Namespace: Syncfusion.UI.Xaml.DataGrid.Serialization
    Assembly: Syncfusion.Grid.WinUI.dll
    Syntax
    public class SerializableGridUnboundRow : Object

    Constructors

    SerializableGridUnboundRow()

    Declaration
    public SerializableGridUnboundRow()

    Properties

    Position

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

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

    RowIndex

    Gets the row index of the UnBouSerializableGridUnBoundRowndRow.

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

    ShowBelowSummary

    Gets or sets a value that indicates whether the SerializableGridUnBoundRow 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 SerializableGridUnboundRows 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