menu

Xamarin.iOS

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class UnboundRows - Xamarin.iOS 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.SfDataGrid
    Assembly: Syncfusion.SfDataGrid.iOS.dll
    Syntax
    public class UnboundRows : ObservableCollection<GridUnboundRow>

    Constructors

    UnboundRows()

    Declaration
    public UnboundRows()

    Methods

    OnCollectionChanged(NotifyCollectionChangedEventArgs)

    Occurs when the 's collection is changed.

    Declaration
    protected override void OnCollectionChanged(NotifyCollectionChangedEventArgs e)
    Parameters
    Type Name Description
    System.Collections.Specialized.NotifyCollectionChangedEventArgs e

    The System.Collections.Specialized.NotifyCollectionChangedEventArgs.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved