menu

Class UnboundRows - Xamarin.Android 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.Android.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