menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class UnBoundDataRowCollectionChangedEventArgs - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class UnBoundDataRowCollectionChangedEventArgs

    Provides data for the UnBoundDataRow collection changes.

    Inheritance
    System.Object
    UnBoundDataRowCollectionChangedEventArgs
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.WPF.dll
    Syntax
    public class UnBoundDataRowCollectionChangedEventArgs

    Properties

    Action

    Gets the corresponding collection changed actions performed on the UnBoundDataRow.

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

    Count

    Gets the number of GridUnBoundRow caused by the action.

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

    Position

    Gets the new position of UnBoundDataRow.

    Declaration
    public UnBoundRowsPosition Position { get; }
    Property Value
    Type
    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
    System.Boolean
    In This Article
    • Properties
      • Action
      • Count
      • Position
      • RowIndex
      • ShowBelowSummary
    Was this page helpful? Yes No
    Thank you for your feedback!
    Thank you for your feedback and comments. We will rectify this as soon as possible!
    An unknown error has occurred. Please try again.
    SEND FEEDBACK REGARDING THIS TOPIC

    Please provide additional information

    Please provide additional information

    Please provide additional information

    Please provide additional information
    Please provide additional information
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved