menu

WPF

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

    Show / Hide Table of Contents

    Class StackedHeaderCollectionChangedEventArgs

    Provides data for the stacked header collection changes in SfDataGrid.

    Inheritance
    System.Object
    StackedHeaderCollectionChangedEventArgs
    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 StackedHeaderCollectionChangedEventArgs

    Properties

    Action

    Returns the corresponding collection changed actions performed on the stacked header.

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

    Count

    Gets the number of StackedHeaderRow caused by the action.

    Declaration
    public int Count { get; }
    Property Value
    Type
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved