alexa

    Show / Hide Table of Contents

    Class UnboundRows

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

    Inheritance
    System.Object
    UnboundRows
    Namespace: Syncfusion.WinForms.DataGrid
    Assembly: Syncfusion.SfDataGrid.WinForms.dll
    Syntax
    public class UnboundRows : ObservableCollection<GridUnboundRow>

    Constructors

    UnboundRows()

    Declaration
    public UnboundRows()

    Methods

    OnCollectionChanged(NotifyCollectionChangedEventArgs)

    Occurs when collection is changed.

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

    The System.Collections.Specialized.NotifyCollectionChangedEventArgs that contains the event data.

    Back to top Generated by DocFX