menu

WinUI

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

    Show / Hide Table of Contents

    Class TreeGridStackedHeaderCell

    Specifies the TreeGridStackedHeaderCell

    Inheritance
    System.Object
    TreeGridStackedHeaderCell
    Implements
    System.IDisposable
    Namespace: Syncfusion.UI.Xaml.TreeGrid
    Assembly: Syncfusion.Grid.WinUI.dll
    Syntax
    public class TreeGridStackedHeaderCell : ContentControl, IDisposable

    Constructors

    TreeGridStackedHeaderCell()

    Initializes a new instance of TreeGridStackedHeaderCell class.

    Declaration
    public TreeGridStackedHeaderCell()

    Methods

    Dispose()

    Disposes all the resources used by the TreeGridHeaderCell class.

    Declaration
    public void Dispose()

    Dispose(Boolean)

    Disposes all the resources used by the TreeGridHeaderCell class.

    Declaration
    protected virtual void Dispose(bool isDisposing)
    Parameters
    Type Name Description
    System.Boolean isDisposing

    Indicates whether the call is from Dispose method or from a finalizer.

    OnCreateAutomationPeer()

    Returns a class-specific AutomationPeer Implementations for the Microsoft UI Automation infrastrucutre.

    Declaration
    protected override AutomationPeer OnCreateAutomationPeer()
    Returns
    Type Description
    Microsoft.UI.Xaml.Automation.Peers.AutomationPeer

    The class-specific AutomationPeer subclass.

    Implements

    System.IDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved