menu

UWP

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

    Show / Hide Table of Contents

    Class TableSummaryPositionChangedEventArgs

    Provides data for processing the GridTableSummaryRow position changes.

    Inheritance
    System.Object
    TableSummaryPositionChangedEventArgs
    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.UWP.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
    System.Collections.Specialized.NotifyCollectionChangedAction

    Count

    Gets the number of GridTableSummaryRow caused by the action.

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

    NewPosition

    Gets the new position of GridTableSummaryRow.

    Declaration
    public TableSummaryRowPosition NewPosition { get; }
    Property Value
    Type
    TableSummaryRowPosition

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved