WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SerializableGridUnBoundRow - WPF 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.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.WPF.dll
    Syntax
    public class SerializableGridUnBoundRow

    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 Description
    UnBoundRowsPosition

    RowIndex

    Gets the row index of the UnBouSerializableGridUnBoundRowndRow.

    Declaration
    public int RowIndex { get; set; }
    Property Value
    Type Description
    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 Description
    System.Boolean

    UnBoundRowIndex

    Gets the index of UnBoundRow from the SerializableGridUnBoundRows collection.

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