menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SerializableGridUnboundRow - WindowsForms 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
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.WinForms.DataGrid.Serialization
    Assembly: Syncfusion.SfDataGrid.WinForms.dll
    Syntax
    public class SerializableGridUnboundRow

    Constructors

    SerializableGridUnboundRow()

    Declaration
    public SerializableGridUnboundRow()

    Properties

    Position

    Gets or sets a value indicating whether the SerializableGridUnboundRow is positioned at either top or bottom of SfDataGrid.

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

    RowIndex

    Gets or sets the row index of the UnbouSerializableGridUnboundRowndRow.

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

    ShowBelowSummary

    Gets or sets a value indicating 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 or sets 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