WinUI

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class UnboundDataRowCollectionChangedEventArgs

    Show / Hide Table of Contents

    Class UnboundDataRowCollectionChangedEventArgs

    Provides data for the UnboundDataRow collection changes.

    Inheritance
    System.Object
    UnboundDataRowCollectionChangedEventArgs
    Namespace: Syncfusion.UI.Xaml.DataGrid
    Assembly: Syncfusion.Grid.WinUI.dll
    Syntax
    public class UnboundDataRowCollectionChangedEventArgs : Object

    Properties

    Action

    Gets the corresponding collection changed actions performed on the UnBoundDataRow.

    Declaration
    public NotifyCollectionChangedAction Action { get; }
    Property Value
    Type Description
    System.Collections.Specialized.NotifyCollectionChangedAction

    Count

    Gets the number of GridUnboundRow caused by the action.

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

    Position

    Gets the new position of UnBoundDataRow.

    Declaration
    public UnboundRowsPosition Position { get; }
    Property Value
    Type Description
    UnboundRowsPosition

    RowIndex

    Gets or sets the index of the GridUnboundRow.

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

    The index of the GridUnBoundRow.

    ShowBelowSummary

    Gets a value that indicates whether the UnBoundDataRow placed either above or below of the summary row.

    Declaration
    public bool ShowBelowSummary { get; }
    Property Value
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved