Class DataGridStackedHeaderCellRenderer
A class for cell renderer that displays DataGridStackedHeaderRow contents in a DataGridStackedHeaderCell.
Inheritance
System.Object
DataGridStackedHeaderCellRenderer
Inherited Members
Namespace: Syncfusion.Maui.DataGrid
Assembly: Syncfusion.Maui.DataGrid.dll
Syntax
public class DataGridStackedHeaderCellRenderer : DataGridCellRenderer<SfDataGridContentView, DataGridCell>, IDataGridCellRenderer, IDisposable
Constructors
DataGridStackedHeaderCellRenderer()
Initializes a new instance of the DataGridStackedHeaderCellRenderer class.
Declaration
public DataGridStackedHeaderCellRenderer()
Methods
OnCreateDisplayUIView()
Creates a new
Declaration
protected override SfDataGridContentView OnCreateDisplayUIView()
Returns
Type | Description |
---|---|
SfDataGridContentView | A new |
Overrides
Syncfusion.Maui.DataGrid.DataGridCellRenderer<Syncfusion.Maui.DataGrid.SfDataGridContentView, Syncfusion.Maui.DataGrid.DataGridCell>.OnCreateDisplayUIView()
OnInitializeDisplayView(DataColumnBase, SfDataGridContentView)
to do
Declaration
protected override void OnInitializeDisplayView(DataColumnBase dataColumn, SfDataGridContentView View)
Parameters
Type | Name | Description |
---|---|---|
Syncfusion.Maui.DataGrid.DataColumnBase | dataColumn | |
SfDataGridContentView | View |
Overrides
Syncfusion.Maui.DataGrid.DataGridCellRenderer<Syncfusion.Maui.DataGrid.SfDataGridContentView, Syncfusion.Maui.DataGrid.DataGridCell>.OnInitializeDisplayView(Syncfusion.Maui.DataGrid.DataColumnBase, Syncfusion.Maui.DataGrid.SfDataGridContentView)
OnSetCellStyle(DataColumnBase)
to do
Declaration
protected override void OnSetCellStyle(DataColumnBase dataColumn)
Parameters
Type | Name | Description |
---|---|---|
Syncfusion.Maui.DataGrid.DataColumnBase | dataColumn |
Overrides
Syncfusion.Maui.DataGrid.DataGridCellRenderer<Syncfusion.Maui.DataGrid.SfDataGridContentView, Syncfusion.Maui.DataGrid.DataGridCell>.OnSetCellStyle(Syncfusion.Maui.DataGrid.DataColumnBase)
OnUpdateCellValue(DataColumnBase)
Updates the cell value of the DataGridStackedColumn.
Declaration
protected override void OnUpdateCellValue(DataColumnBase dataColumn)
Parameters
Type | Name | Description |
---|---|---|
Syncfusion.Maui.DataGrid.DataColumnBase | dataColumn | The data column. |
Overrides
Syncfusion.Maui.DataGrid.DataGridCellRenderer<Syncfusion.Maui.DataGrid.SfDataGridContentView, Syncfusion.Maui.DataGrid.DataGridCell>.OnUpdateCellValue(Syncfusion.Maui.DataGrid.DataColumnBase)
Implements
System.IDisposable