menu

UWP

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

    Show / Hide Table of Contents

    Class StackedHeaderCollectionChangedEventArgs

    Provides data for the stacked header collection changes in SfDataGrid.

    Inheritance
    System.Object
    StackedHeaderCollectionChangedEventArgs
    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.UWP.dll
    Syntax
    public class StackedHeaderCollectionChangedEventArgs : Object

    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

    Extension Methods

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