Class TreeGridStackedHeaderCell
Specifies the TreeGridStackedHeaderCell
Inheritance
System.Object
TreeGridStackedHeaderCell
Implements
System.IDisposable
Namespace: Syncfusion.UI.Xaml.TreeGrid
Assembly: Syncfusion.SfGrid.WPF.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. |
OnApplyTemplate()
Builds the visual tree for the StackedHeaderCells when a new template is applied.
Declaration
public override void OnApplyTemplate()
OnCreateAutomationPeer()
Returns a class-specific AutomationPeer Implementations for the Microsoft UI Automation infrastrucutre.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
Type | Description |
---|---|
System.Windows.Automation.Peers.AutomationPeer | The class-specific AutomationPeer subclass. |
Implements
System.IDisposable