Class SpannedDataColumn
Represents a spanned column of data in a SfDataGrid control.
Inheritance
System.Object
Syncfusion.Maui.DataGrid.DataColumnBase
SpannedDataColumn
Implements
System.IDisposable
Namespace: Syncfusion.Maui.DataGrid
Assembly: Syncfusion.Maui.DataGrid.dll
Syntax
public class SpannedDataColumn : DataColumnBase, IDisposable
Constructors
SpannedDataColumn()
Initializes a new instance of the SpannedDataColumn class.
Declaration
public SpannedDataColumn()
Methods
OnInitializeColumnElement(Object, Boolean)
to do
Declaration
protected override DataGridCell OnInitializeColumnElement(object rowData, bool isInEdit)
Parameters
Type | Name | Description |
---|---|---|
System.Object | rowData | The underlying data object from the bound data source. |
System.Boolean | isInEdit | A boolean value denoting whether the DataColumn is in editing. |
Returns
Type | Description |
---|---|
DataGridCell | The associated column element. |
Overrides
Syncfusion.Maui.DataGrid.DataColumnBase.OnInitializeColumnElement(System.Object, System.Boolean)
RefreshCellValue()
Refreshes the cell value of the associated column element.
Declaration
public override void RefreshCellValue()
Overrides
Syncfusion.Maui.DataGrid.DataColumnBase.RefreshCellValue()
UpdateColumn(Object, Boolean)
to do
Declaration
public override void UpdateColumn(object rowData, bool updateBinding = false)
Parameters
Type | Name | Description |
---|---|---|
System.Object | rowData | |
System.Boolean | updateBinding |
Overrides
Syncfusion.Maui.DataGrid.DataColumnBase.UpdateColumn(System.Object, System.Boolean)
Implements
System.IDisposable