Class StackedHeaderCellControl
Represents the StackedHeaderRow row in a SfDataGrid control.
Implements
System.IDisposable
Inherited Members
Namespace: Syncfusion.SfDataGrid.XForms
Assembly: Syncfusion.SfDataGrid.XForms.dll
Syntax
public class StackedHeaderCellControl : VirtualizingCellsControl, IDisposable
Remarks
A StackedHeaderCellControl represents a single data item in a bound data source. The StackedHeaderRow contains one cell per column in the SfDataGrid, and each cell displays property name of the bound data item or a customized header text.
Constructors
StackedHeaderCellControl()
Initializes a new instance of the StackedHeaderCellControl class.
Declaration
public StackedHeaderCellControl()
Implements
System.IDisposable