WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class UnBoundRows - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class UnBoundRows

    Represents the collection of UnboundRow which used to display additional rows which are not bound to data source in SfDataGrid

    Inheritance
    System.Object
    UnBoundRows
    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.WPF.dll
    Syntax
    public class UnBoundRows : ObservableCollection<GridUnBoundRow>

    Constructors

    UnBoundRows()

    Declaration
    public UnBoundRows()

    Properties

    BottomBodyUnboundRowCount

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

    FooterUnboundRowCount

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

    FrozenUnboundRowCount

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

    TopBodyUnboundRowCount

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

    Methods

    OnCollectionChanged(NotifyCollectionChangedEventArgs)

    Declaration
    protected override void OnCollectionChanged(NotifyCollectionChangedEventArgs e)
    Parameters
    Type Name Description
    System.Collections.Specialized.NotifyCollectionChangedEventArgs e
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved