Class GridStackedHeaderCellControl
Represents a class that provides common functionalities of StackedHeaderCellControl in SfDataGrid.
Inheritance
System.Object
GridStackedHeaderCellControl
Implements
System.IDisposable
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.WPF.dll
Syntax
public sealed class GridStackedHeaderCellControl : ContentControl, IDisposable
Constructors
GridStackedHeaderCellControl()
Declaration
public GridStackedHeaderCellControl()
Methods
Dispose()
Disposes all the resources used by the GridCell class.
Declaration
public void Dispose()
OnApplyTemplate()
Builds the visual tree for the GridHeaderIndentCell when a new template is applied.
Declaration
public override void OnApplyTemplate()
OnCreateAutomationPeer()
Returns a class-specific AutomationPeer Implementations for the Microsoft UI Automation infrastrcutre.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
Type | Description |
---|---|
System.Windows.Automation.Peers.AutomationPeer | The class-specific AutomationPeer subclass. |
Implements
System.IDisposable