WinUI

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

    Show / Hide Table of Contents

    Class TableSummaryPositionChangedEventArgs

    Provides data for processing the GridTableSummaryRow position changes.

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

    Properties

    Action

    Gets the corresponding collection changed actions performed on the GridTableSummaryRow.

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

    Count

    Gets the number of GridTableSummaryRow caused by the action.

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

    NewPosition

    Gets the new position of GridTableSummaryRow.

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