Class DataGridRowHeaderCellRenderer
DataGridRowHeaderCellRenderer is a class for cell renderer that displays DataGridRowHeaderCell.
Inheritance
System.Object
DataGridRowHeaderCellRenderer
Inherited Members
Namespace: Syncfusion.Maui.DataGrid
Assembly: Syncfusion.Maui.DataGrid.dll
Syntax
public class DataGridRowHeaderCellRenderer : DataGridCellRenderer<ContentView, View>, IDataGridCellRenderer, IDisposable
Constructors
DataGridRowHeaderCellRenderer()
Initializes a new instance of the DataGridRowHeaderCellRenderer class.
Declaration
public DataGridRowHeaderCellRenderer()
Methods
CanUpdateBinding(DataColumnBase)
Determines whether the binding for the column can be updated. Implement this method to update binding on particular renderer when the data context is set.
Declaration
public override bool CanUpdateBinding(DataColumnBase dataColumnBase)
Parameters
Type | Name | Description |
---|---|---|
Syncfusion.Maui.DataGrid.DataColumnBase | dataColumnBase | The corresponding column for which the binding update should be determined. |
Returns
Type | Description |
---|---|
System.Boolean | True if the binding is updated for the column, otherwise false. |
Overrides
Syncfusion.Maui.DataGrid.DataGridCellRenderer<Microsoft.Maui.Controls.ContentView, Microsoft.Maui.Controls.View>.CanUpdateBinding(Syncfusion.Maui.DataGrid.DataColumnBase)
OnCreateDisplayUIView()
Creates a new Microsoft.Maui.Controls.View.
Declaration
protected override ContentView OnCreateDisplayUIView()
Returns
Type |
---|
Microsoft.Maui.Controls.ContentView |
Overrides
Syncfusion.Maui.DataGrid.DataGridCellRenderer<Microsoft.Maui.Controls.ContentView, Microsoft.Maui.Controls.View>.OnCreateDisplayUIView()
OnInitializeDisplayView(DataColumnBase, ContentView)
Initializes settings of the display view.
Declaration
protected override void OnInitializeDisplayView(DataColumnBase dataColumn, ContentView view)
Parameters
Type | Name | Description |
---|---|---|
Syncfusion.Maui.DataGrid.DataColumnBase | dataColumn | |
Microsoft.Maui.Controls.ContentView | view |
Overrides
Syncfusion.Maui.DataGrid.DataGridCellRenderer<Microsoft.Maui.Controls.ContentView, Microsoft.Maui.Controls.View>.OnInitializeDisplayView(Syncfusion.Maui.DataGrid.DataColumnBase, Microsoft.Maui.Controls.ContentView)
OnSetCellStyle(DataColumnBase)
Sets the style to the element of DataGridCellTemplateRenderer.
Declaration
protected override void OnSetCellStyle(DataColumnBase dataColumn)
Parameters
Type | Name | Description |
---|---|---|
Syncfusion.Maui.DataGrid.DataColumnBase | dataColumn |
Overrides
Syncfusion.Maui.DataGrid.DataGridCellRenderer<Microsoft.Maui.Controls.ContentView, Microsoft.Maui.Controls.View>.OnSetCellStyle(Syncfusion.Maui.DataGrid.DataColumnBase)
Implements
System.IDisposable