menu

WPF

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

    Show / Hide Table of Contents

    Class TableSummaryPositionChangedEventArgs

    Provides data for processing the GridTableSummaryRow position changes.

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

    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