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.UWP.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()
Implements
System.IDisposable